Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/baobab?expand=0&rev=124
This commit is contained in:
commit
c726b43738
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/baobab.git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
baobab-46.0.obscpio
Normal file
3
baobab-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9ee30cbd69fbcc67fa1f964d8d85c8bc3618961bbd093c68db75dfcfc704afa
|
||||
size 2898956
|
3
baobab-47.0.obscpio
Normal file
3
baobab-47.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:729e6ff5ad4cd2b65ee5d78923b4fab2e173cbe670379d61130d47f6c1c15eca
|
||||
size 2924044
|
761
baobab.changes
Normal file
761
baobab.changes
Normal file
@ -0,0 +1,761 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 16:49:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Port to AdwSpinner.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 16:03:37 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.alpha:
|
||||
+ Use GtkColumnView instead of GtkTreeView
|
||||
+ Replace named colors with CSS variables
|
||||
+ Use symbolic icons in location lists
|
||||
+ Port to AdwDialog
|
||||
+ Use AdwPreferencesPage/Group for location list
|
||||
+ Use AdwButtonRow for "Add Location" button
|
||||
+ Miscellaneous style cleanups
|
||||
+ Allow removing files that don't exist
|
||||
+ New pathbar style
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 08:09:31 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.0:
|
||||
+ Improved App metainfo.
|
||||
+ Use enter instead of leave to update highlightitem.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 11:23:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix versioned BuildRequires for libadwaita; according to
|
||||
meson.build it must be >= 1.4.alpha.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 17:31:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Convert to source service for easier updating.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 22:24:01 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ Use new libadwaita widgets and design patterns.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 7 19:16:08 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.alpha:
|
||||
+ Use new libadwaita widgets and design patterns.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:18:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.0:
|
||||
+ Change "Open Folder" to "Open Externally".
|
||||
+ Allow activating the menu by pressing the F10 key.
|
||||
+ Misc string changes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 11:23:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 15:05:37 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.beta:
|
||||
+ Change "Open Folder" to "Open Externally".
|
||||
+ Allow activating the menu by pressing the F10 key.
|
||||
+ Misc string changes.
|
||||
+ Updated translations.
|
||||
- Add desktop-file-utils BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 18:07:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 17:26:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 08:36:50 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.beta:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 12:45:26 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 43.alpha:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 05:01:41 UTC 2022 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 42.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:37:26 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 08:58:16 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 42.beta:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 08:05:32 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 42.alpha:
|
||||
+ Ported to GTK4 and libadwaita.
|
||||
+ Adjusted styling, so that numbers in cells are aligned, keeping
|
||||
the UI from shifting during scanning.
|
||||
+ Updated translations.
|
||||
- Change BuildRequires according to the GTK4 port:
|
||||
+ Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4)
|
||||
+ Replace pkgconfig(libhandy-1) with pkgconfig(libadwaita-1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 20:30:16 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 41.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 21 08:06:32 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 10:35:46 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ Disk Usage Analyzer's visuals have been updated to match the
|
||||
GNOME 40 visual style.
|
||||
+ Updated translations.
|
||||
- New build requirement: pkgconfig(libhandy-1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 12:43:39 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 15:05:43 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.37.90:
|
||||
+ Added UI to change excluded locations.
|
||||
+ Style fixes.
|
||||
- Changes from version 3.37.2:
|
||||
+ Improved treeview navigation in order to avoid horizontal
|
||||
scrolling.
|
||||
+ Updated color palette of the charts.
|
||||
+ Added a command line option to cross filesystem boundaries.
|
||||
- Changes from version 3.35.1:
|
||||
+ Files are now shown in the UI.
|
||||
+ Many fixes for the location list, including duplication issues
|
||||
and a problem with network locations blocking the UI.
|
||||
+ Disk Usage Analyzer now shows up in the list of recommended
|
||||
applications for folders.
|
||||
+ Mount points are now excluded only if on different filesystems.
|
||||
+ Visual fixes (tooltips, sorting of recent items).
|
||||
+ Added the possibility to clear the recent list.
|
||||
+ Improved Shortcut window.
|
||||
+ Updated translations.
|
||||
- Drop pkgconfig(gio-unix-2.0) BuildRequires: no longer checked in
|
||||
meson.build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 15:29:15 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.34.1:
|
||||
+ Backported bugfixes (network locations blocking the UI).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 06:12:20 CDT 2019 - mgorse@suse.com
|
||||
|
||||
- Update to version 3.34.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 15:18:00 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.0:
|
||||
+ Minor tweaks for app icon.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 5 19:59:09 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.1:
|
||||
+ Use new icon design.
|
||||
+ Add flatpak manifest.
|
||||
+ Show a notification when scan is complete.
|
||||
+ Remove the application menu.
|
||||
+ Add Keyboard Shortcuts window and improve shortcuts.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 9 08:33:06 UTC 2018 - antoine.belvire@opensuse.org
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ Updated translations.
|
||||
- Remove lang package from recommended packages as it already
|
||||
supplements main package (same effect, it's redundant).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 22:38:30 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.29.1:
|
||||
+ Localization fixes.
|
||||
+ Updated translations.
|
||||
- Drop baobab-fix-linguas-build-issues.patch and
|
||||
baobab-fix-gschema-translations.patch: Fixed upstream.
|
||||
- Use autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 22:37:48 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Add baobab-fix-gschema-translations.patch: build: Fix gschema
|
||||
translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 13:41:31 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Drop gnome-utils Conflicts, not needed for a long time.
|
||||
- Drop update-desktop-files BuildRequires and no longer pass
|
||||
suse_update_desktop_file macro.
|
||||
- Add baobab-fix-linguas-build-issues.patch: build: Fix setting
|
||||
GNOMELOCALEDIR (bgo#794381), and build: Use LINGUAS file for help
|
||||
(bgo#794449).
|
||||
- Update URL to new home in GNOME wiki.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 12:33:24 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.28.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:23:27 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 20:06:12 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.90:
|
||||
+ build: Use python3 found by meson to run
|
||||
build-aux/post-install.py (bgo#791980).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 02:40:35 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.27.2:
|
||||
+ Add support for mouse back button.
|
||||
* Replace window menu with a "Scan" button (and other visual
|
||||
tweaks).
|
||||
* Minor bugfixes.
|
||||
* Updated documentation translations.
|
||||
* Updated translations.
|
||||
- Update Url to https://wiki.gnome.org/Apps/Baobab: current
|
||||
Baobab's web page.
|
||||
- Add gio-unix-2.0 and gobject-2.0 pkgconfig modules. Note that
|
||||
they were being pulled with glib-2.0 module and used already
|
||||
since they all live in glib2-devel package.
|
||||
- Add fdupes BuildRequires and its macro for replacement of
|
||||
duplicates by hardlinks under the data directory.
|
||||
- Drop pkgconfig(gobject-introspection-1.0) BuildRequires: it's no
|
||||
longer needed/required anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 10:41:22 UTC 2017 - badshah400@gmail.com
|
||||
|
||||
- Update to version 3.27.1:
|
||||
+ Build system ported to Meson.
|
||||
+ Use traditional titlebar on Unity.
|
||||
+ Updated translations.
|
||||
- Add meson BuildRequires and switch autotools macros configure,
|
||||
make and makeinstall to meson, meson_build and meson_install
|
||||
following upstream switch to Meson build system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 00:00:13 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.26.1:
|
||||
+ Fix saving window size.
|
||||
+ Updated documentation translations.
|
||||
+ Updated translations.
|
||||
- Drop %glib2_gsettings_schema_*, %desktop_database_* and
|
||||
%icon_theme_cache_* post/postun macros: functionality now covered
|
||||
by file triggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 08:57:56 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.26.0:
|
||||
+ Raised minimal vala version.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 3 09:53:41 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.92:
|
||||
+ Updated documentation translations.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 20:01:36 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.24.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 14:22:32 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.23.91:
|
||||
+ Never show more than 5 recent elements.
|
||||
+ Do not regenerate .po files automatically.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 08:43:40 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.23.90:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 7 21:21:25 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.22.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 19:41:26 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 19:42:08 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 20:30:38 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.90:
|
||||
+ Stop using intltool.
|
||||
+ Rejig 'devices and locations' UI.
|
||||
+ Updated AppData.
|
||||
+ Misc bugfixes.
|
||||
+ Updated documentations translations.
|
||||
+ Updated translations.
|
||||
- Drop intltool BuildRequires following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 07:33:36 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to GNOME 3.20 Fate#318572
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 18:33:24 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.20.1:
|
||||
+ Updated AppData.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 19:49:16 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.20.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 28 21:13:35 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.19.1:
|
||||
+ Updated CSS to recent GTK+ changes.
|
||||
+ Updated AppData file with tags for GNOME Software.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 11:39:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.18.1:
|
||||
+ Remove scan-remote action.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 17:49:26 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.18.0:
|
||||
+ Temporary fix for 'make distcheck' due to bug in Intltool
|
||||
(lp#1117944).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 17:36:37 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.17.90:
|
||||
+ Remove unused scan-home action.
|
||||
+ Exclude mounts when scanning recent locations.
|
||||
+ In Ringchart, always use the correct state when getting colors.
|
||||
+ Fixes for contex menu.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 07:31:38 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.16.1:
|
||||
+ Ship symbolic variant for application icon.
|
||||
+ Updated translations.
|
||||
- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic
|
||||
icons have replaced them.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 20:12:38 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.16.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 14:23:34 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.90:
|
||||
+ Exclude mountpoints when handling commandline arguments.
|
||||
+ Fix HiDPI issues in the charts.
|
||||
+ Misc fixes and updates for help pages.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 14 09:21:31 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.14.1:
|
||||
+ Fix url in manpage.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 19:28:06 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Misc fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 10:28:20 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ Add X-GNOME-Utilities category to .desktop file.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 17:51:51 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.2:
|
||||
+ Import custom CSS, use icon as resources, various other
|
||||
adaptation to GTK+ changes.
|
||||
+ Visual fixes for the ringschart and the chart switcher.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 21:00:17 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.1:
|
||||
+ Use more specific error messages (bgo#686136).
|
||||
+ Adapt to recent GTK+ changes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Misc bugfixes (make sure to clear the hardlink list before
|
||||
rescanning, fix a warning).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 16:17:41 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Minor UI fixes and updates.
|
||||
+ Adapt to new Vala.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 13:06:41 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Updated help pages.
|
||||
+ Minor fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 21:19:12 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.10.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 18:57:26 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.10:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 22:30:38 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.91:
|
||||
+ Add an appdata file for gnome-software.
|
||||
+ Minor fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 20:52:26 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.90:
|
||||
+ Use latest GTK+ features.
|
||||
+ Show a message when allocated size is not available.
|
||||
+ Misc build system cleanups.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 11:01:03 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.3:
|
||||
+ Adapt to the latest GTK+ and Vala changes.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 26 12:16:50 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ The treeview now shows the last modified time.
|
||||
+ Always exclude mounts by default.
|
||||
+ Misc bugfixes.
|
||||
+ Updated help pages.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 21:57:18 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.1:
|
||||
+ Use the latest Gtk and Vala features.
|
||||
+ Port chart widgets to Vala.
|
||||
+ Minor bugfixes.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(glib-2.0) BuildRequires: new verified dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 18:07:33 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.2:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 21:58:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.1:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 21:07:23 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 21:11:13 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.92:
|
||||
+ Minor bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 10:22:46 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.91:
|
||||
+ Use the newest libgd to animate tranistion to and from the
|
||||
results page.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 09:15:44 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.90:
|
||||
+ Update to the latest libgd and egglistbox.
|
||||
+ Add an High Contrast icon.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 13:14:32 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.4:
|
||||
+ Fix crash in the about dialog.
|
||||
+ Use a menu button instead of toolbar items.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 21:46:29 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.4:
|
||||
+ Fix crash in scan remote folder (bgo#690037)
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 15 19:33:18 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.3:
|
||||
+ Fix crash in the about dialog.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 20:38:33 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.2:
|
||||
+ Fix linking error on OpenBSD.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 07:10:21 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.1:
|
||||
+ Minor tweaks to the UI.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gobject-introspection-1.0) BuildRequires: enable
|
||||
gobject-introspection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 24 20:57:42 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.6.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 17 22:07:27 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.5.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 21:30:44 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.91:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 21:22:56 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.90:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 13:04:43 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.5:
|
||||
+ Yet more work on the new user interface
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 07:00:00 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.4:
|
||||
+ More work on the new user interface
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 19:37:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.3:
|
||||
+ Near-complete rewrite in Vala (with substantial internal
|
||||
reorganisation)
|
||||
+ Completely new user interface concept (with more changes to
|
||||
come)
|
||||
+ Updated translations.
|
||||
- Add vala BuildRequires: baobab was rewritten in vala.
|
||||
- Drop pkgconfig(libgtop-2.0) BuildRequires.
|
||||
- Change pkgconfig(glib-2.0) BuildRequires to pkgconfig(gio-2.0):
|
||||
this is in sync with what configure checks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 11:14:04 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.1:
|
||||
+ Fix a problem with chart tooltips
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 21:47:42 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.4.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 24 23:59:12 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Remove hack to find localized help: this has been fixed in
|
||||
find-lang.sh.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 19:48:10 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.3.4:
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 9 19:06:46 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.3:
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 07:47:13 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.2:
|
||||
+ Misc bugfixes.
|
||||
+ New user documentation using Mallard.
|
||||
+ Updated translations.
|
||||
- Change pkgconfig(gnome-doc-utils) BuildRequires to yelp-tools,
|
||||
following the build system change for user documentation.
|
||||
- Manually list the translated help documents as %find_lang doesn't
|
||||
support the new XDG help system yet.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 19:42:24 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Initial package, version 3.3.1:
|
||||
+ First release after the split of gnome-utils.
|
||||
|
4
baobab.obsinfo
Normal file
4
baobab.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: baobab
|
||||
version: 47.0
|
||||
mtime: 1726503613
|
||||
commit: 826439b1584515fd0c384062c4bbb8e1e9739ff4
|
82
baobab.spec
Normal file
82
baobab.spec
Normal file
@ -0,0 +1,82 @@
|
||||
#
|
||||
# spec file for package baobab
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define glib2_version 2.44
|
||||
|
||||
Name: baobab
|
||||
Version: 47.0
|
||||
Release: 0
|
||||
Summary: Disk Usage Analyzer
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/DiskUsageAnalyzer
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.38.0.11
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.4.0
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
|
||||
|
||||
%description
|
||||
Disk Usage Analyzer is a graphical, menu-driven application to analyse
|
||||
disk usage in any GNOME environment. Disk Usage Analyzer can easily
|
||||
scan either the whole filesystem tree, or a specific user-requested
|
||||
directory branch (local or remote).
|
||||
|
||||
It also auto-detects in real-time any changes made to your home
|
||||
directory as far as any mounted/unmounted device. Disk Usage Analyzer
|
||||
also provides a full graphical treemap window for each selected folder.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/org.gnome.%{name}.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.baobab.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.baobab.gschema.xml
|
||||
%{_datadir}/icons/hicolor/
|
||||
%{_datadir}/metainfo/org.gnome.baobab.appdata.xml
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user