SHA256
1
0
forked from pool/libfm

87 Commits

Author SHA256 Message Date
fc536cef67 Accepting request 1153475 from home:pgajdos:l
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1153475
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=208
2024-03-01 06:59:18 +00:00
2361e3c420 Accepting request 872663 from home:dirkmueller:branches:X11:lxde
- update to 1.3.2:
  * Fixed all/allfiles parse conditions in FmAction, it was inverted.
  * Fixed 'SelectionCount' condition parsing in FmAction if '=' was used.
  * Fix memory access error if home path == desktop path.
  * Added treating /usr/local/share/ as trusted for *.desktop files.
  * Fixed value for amount of data transferred in progress dialog.
  * Fixed preferred height in fm-cell-renderer-text.
  * Fixed search_window immediately disappearing on Wayland.
  * Changed thumbnails placement according to the XDG Base Directory
    Specification.
  * Changed xarchiver command invocation to create archive. It was incompatibly
    changed by the author in 2017.
  * Don't set $DISPLAY for spawned process, let it be inherited from parent.
  * Fixed memory leak on sn_id in fm-action.c.

OBS-URL: https://build.opensuse.org/request/show/872663
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=206
2021-02-16 11:22:59 +00:00
e5e95aede4 Accepting request 710138 from home:1Antoine1:branches:X11:lxde
- Removed calls to update-mime-database/update-desktop-database
  from scriptlets: They are automatically performed via RPM file
  triggers.
- Ran spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/710138
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=204
2019-06-17 09:00:44 +00:00
99e3a7a55e - Update to 1.3.1:
* Fixed crash on reload while directory changes (folder might be not ready yet).
  * Changed size of large thumbnails to 512 since 256*256 appears to be small on
    hi-res displays.
  * Added application/gzip to archivers.list file next to application/x-gzip.
  * Added image/x-compressed-xcf to archivers.list file for xarchiver.

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=201
2018-12-25 12:34:40 +00:00
87cc814204 - Update to 1.3.0.2:
* Fixed launching menu entries shortcuts on desktop which was broken by making
    them all executable in 1.3.0 - those should be launchable still.
  * Fixed installing modules into non-standard path: libtool couldn't relink them
    properly.
  * Added emblem support by reading the "metadata::emblems" attribute provided by
    GFileInfo. The metadata is provided by gio/gvfs and are currently stored in
    $XDG_DATA_HOME/gvfs-metadata.
  * Fixed typo: occured -> occurred.
  * Made desktop entries treaten as executables. Now clicking on a native desktop
    file opens a confirmation dialog instead of executing it. Trashed desktop
    files are only opened as text files and desktop files under system menu
    (i.e. menu://applications/) are executed without prompt as before.
  * Fixed build error with vala 0.36.1.
  * Fixed crash on launching nonexistent link targets.
  * Added tooltips for attributes of copying files.
  * Fixed thumbnails generation for files in the thumbnails cache directory which
    actually should never be done.
  * Fixed crash on pasting large string when completion matches.
  * Prevented creation corrupted image thumbnails with gdk-pixbuf2 >= 2.36.1.
  * Fixed crash in fm_config_load_from_file().
  * Dropped displaying "extension" for a directory.
  * Fixed crash on pasting a file into the search folder, show an error message
    when the copy destination doesn't exist instead.
  * Added new API for FmAction new object type, to replace old VALA-generated
    code. New API is more convenient, C instead of VALA, and should support all
    DES-API specification features, not just limited set.
  * Migrated module 'gtk-menu-actions' to new DES-EMA actions API.
  * Added display of data transferred to progress dialog.
  * Fixed wrong names for files, copied from Google Drive and similar places.

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=199
2018-10-22 13:14:11 +00:00
1cad417843 - bsc#1073719: Fix build with gtk-doc 1.27:
* Add libfm-1.2.5-gtk-doc-workaround.patch

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=197
2017-12-20 15:54:03 +00:00
1e30bebb95 - In the last change the following patches got removed
by trcs@gmx.com because they are included in the new
  upstream version:
  * libfm-1.2.3-Fix-SF902.patch
  * libfm-Additional-fix-after-SF902.patch
  * libfm-1.2.3-Fix-SF922.patch
  * libfm-1.2.3-Fix-SF914.patch
  * libfm-1.2.3-Use-G_SPAWN_DO_NOT_REAP_CHILD-on-applicaton-launch.patch
  * libfm-1.2.3-Fix-SF946.patch
  * libfm-1.2.3-Fix-SF925-and-SF938.patch
  * libfm-1.2.3-Return-back-the-workaround-on-thumbnailers.patch
  * libfm-1.2.3-Fix-SF937.patch
  * libfm-1.2.3-Fix-SF935.patch
  * libfm-1.2.3-Fix-SF915.patch
  * libfm-1.2.3-Reset-cached-data-if-drag-context-was-changed.patch
  * libfm-1.2.3-Fix-uninitialized-data-in-drag-motion-callback.patch
  * libfm-1.2.3-Fix-SF953.patch
  * libfm-1.2.3-Fix-SF921.patch
  * libfm-1.2.3-Fix-SF932.patch
  * libfm-1.2.3-Fix-dropping-files-onto-applications.patch
  * libfm-1.2.3-Fix-desktop-file-name-for-urxvt.patch
  * libfm-1.2.3-Fix-SF954.patch
  * libfm-1.2.3-Fix-SF950.patch
  * libfm-1.2.3-Fix-SF959.patch
  * libfm-1.2.3-Fix-SF965.patch
  * libfm-1.2.3-Fix-crash-on-cancelling-FmDirListJob.patch
  * libfm-1.2.3-Fix-SF919.patch
  * libfm-1.2.3-Fix-SF967.patch

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=195
2017-03-04 08:17:06 +00:00
22eb74df96 Accepting request 447700 from home:jcsl:GTKApps
- new upstream version 1.2.5
  * Many bugs fixed
- Removed all the previously added patches from Git: they are all
  now included upstream

OBS-URL: https://build.opensuse.org/request/show/447700
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=194
2017-01-03 14:24:29 +00:00
2fd3af405a Accepting request 399545 from home:dimstar:Factory
- Have libfm4 recommend the main package.

OBS-URL: https://build.opensuse.org/request/show/399545
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=192
2016-06-02 07:13:26 +00:00
Lars Vogdt
b6880057f6 Accepting request 342153 from home:jcsl:LXDE
- Applied many fixes from Git

OBS-URL: https://build.opensuse.org/request/show/342153
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=189
2016-01-10 13:50:17 +00:00
andrea florio
ec5adb9e6f Accepting request 260513 from home:Ledest:misc
fix bashisms in post/postun scripts

OBS-URL: https://build.opensuse.org/request/show/260513
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=187
2014-11-10 21:21:47 +00:00
andrea florio
850c6b7345 Accepting request 256677 from X11:lxde:lxqt
1

OBS-URL: https://build.opensuse.org/request/show/256677
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=186
2014-10-15 09:57:20 +00:00
andrea florio
3cf7a9d6d1 - removed libfm-extra and libfm-extra-devel and files, moved to a
new bootstrap package

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=180
2014-09-12 16:43:41 +00:00
andrea florio
3c88586a20 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=170 2014-09-09 07:40:40 +00:00
andrea florio
2cf7a60fb8 Accepting request 246382 from home:jcsl:LXDE
New upstream version 1.2.2 plus 1.2.2.1 update that adds a missing devel file.

OBS-URL: https://build.opensuse.org/request/show/246382
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=164
2014-08-29 08:28:18 +00:00
andrea florio
61ee678d47 Accepting request 239518 from home:jcsl:LXDE
- New upstream version 1.2.1
  * Mostly a bug fix release

OBS-URL: https://build.opensuse.org/request/show/239518
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=162
2014-07-04 08:03:02 +00:00
andrea florio
79a7791531 Accepting request 234287 from X11:lxde:lxqt
- enabled udisk support for libfm
- restored preferences patch previously disabled by mista

OBS-URL: https://build.opensuse.org/request/show/234287
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=160
2014-05-16 12:24:31 +00:00
andrea florio
017e64d3df Accepting request 233730 from X11:lxde:lxqt
- removed Fedora 20 spec file if/else - not required

OBS-URL: https://build.opensuse.org/request/show/233730
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=158
2014-05-13 13:39:11 +00:00
andrea florio
cec1a27f52 Accepting request 233534 from X11:lxde:lxqt
- split gtk development files on a sub package to prepare the
  building and release of LXDE-QT
- allow building of Fedora 20
- removed duplicate BuildRequire

OBS-URL: https://build.opensuse.org/request/show/233534
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=157
2014-05-12 08:14:21 +00:00
andrea florio
22f4886d54 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=154 2014-05-11 14:42:31 +00:00
andrea florio
f969898efb Accepting request 228131 from home:jcsl:LXDE
- spec file fix
  * removed unnecessary %dir %{_libdir} to avoid standard-dir-owned-by-package

OBS-URL: https://build.opensuse.org/request/show/228131
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=150
2014-03-28 17:36:52 +00:00
andrea florio
c3662778b5 Accepting request 224356 from home:jcsl:LXDE
- New upstream version 1.2.0
  * detailed changelog at http://blog.lxde.org/?p=1082
- Removed build compatibility with discontinued versions (<= 12.2)
- Disabled debug on configure to improve performance
- Fixed typo in %{?_smp_mflags} macro
- Built against GKT2 to override GTK3 issues
  * in a conversation with one of the developers, we concluded that it is better to stick to GTK2 at the moment
- Splitted lang package
- LXShortcut is now built as a subpackage

OBS-URL: https://build.opensuse.org/request/show/224356
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=148
2014-03-03 13:55:05 +00:00
andrea florio
a2f54a3ae5 Accepting request 197809 from home:MargueriteSu:branches:X11:lxde
update version 1.1.2.2

OBS-URL: https://build.opensuse.org/request/show/197809
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=146
2013-09-10 10:42:11 +00:00
Tomáš Chvátal
e40e0dc0b3 - Fix build with rpm-4.11
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=144
2013-07-26 10:40:07 +00:00
andrea florio
4a6a41d419 - New upstream version 1.1.0
* detailed changelog at http://blog.lxde.org/?p=951 
- removed libfm-1.0.1-test.patch now in upstream code
- removed autoconf from BuilRequires, no more needed
- migration to gtk3 for suse > 12.2
- added libfm-1.1.0-gtk3_doc.patch to fix doc builds with GTK3 enable
- dropped support for suse < 11.4

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=141
2012-12-19 09:41:39 +00:00
andrea florio
6c03e3ff31 - new upstream version 1.0.1
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=138
2012-10-07 16:43:47 +00:00
Ismail Dönmez
04c44bdbb2 Accepting request 131277 from home:babelworx:ldig:branches:X11:lxde
license update: GPL-2.0+
No GPL-2.0 (i.e. version 2 "only") licenses found in the package

OBS-URL: https://build.opensuse.org/request/show/131277
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=136
2012-08-23 09:53:10 +00:00
andrea florio
6d17ebf49b - New upstream version 1.0
- removed autoconf Build Requires and Patch file
- complete changelog at http://blog.lxde.org/?p=939

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=134
2012-08-19 12:09:19 +00:00
andrea florio
c7d0978b6e Accepting request 122720 from home:jengelh:branches:am
http://lists.opensuse.org/opensuse-factory/2012-05/msg00752.html

OBS-URL: https://build.opensuse.org/request/show/122720
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=131
2012-06-06 10:32:15 +00:00
andrea florio
807df3fe30 Accepting request 91150 from home:coolo:removelibtool
add buildrequire libtool

OBS-URL: https://build.opensuse.org/request/show/91150
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=129
2011-11-13 09:41:07 +00:00
andrea florio
d69125f7d3 - new upstream version 0.1.17 rc4
detailed changelog at: http://blog.lxde.org/?p=911

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=128
2011-10-27 15:11:44 +00:00
andrea florio
c72f38cb6b - new upstream version 0.1.16 rc3
detailed changelog at: http://blog.lxde.org/?p=908
- removed all patches now in upstream code

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=122
2011-08-10 00:37:23 +00:00
andrea florio
251199611f - added libfm-0.1.14-fix_bnc710881.patch to fix bnc 710881 bug
that causes data loss if catting and paste a folder into a place
  without writing permission

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=121
2011-08-07 13:29:35 +00:00
andrea florio
e4f4694d8f Accepting request 74252 from home:coolo:branches:openSUSE:Factory
- add prerequires for the rpm scripts

OBS-URL: https://build.opensuse.org/request/show/74252
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=119
2011-06-21 10:50:05 +00:00
andrea florio
57270b9f10 - added libfm-0.1.14-disable-gio-extension.patch in order to
disable the GIO extension implementing libfm-specific preferences
  for URI scheme handlers for glib > 2.27 where the needed
  extension point has been removed; preferred handlers set through
  libfm/pref-apps.conf will be ignored and the new default glib
  mechanism using x-scheme-handler will be used instead
- enabled gtk-doc generation and disabled parallel make which
  breaks it

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=117
2011-01-24 13:48:36 +00:00
andrea florio
248ff974b6 - added libfm-0.1.14-fix_sf3089624.patch to fix copy/paste of
files with spaces in the name

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=108
2010-10-20 09:37:00 +00:00
andrea florio
d4f0171772 - build -doc subpackage
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=106
2010-10-16 12:36:13 +00:00
andrea florio
db0f3819c7 - new upstream version 0.1.14 RC2
* Allow copy to the same file and show
  * Little fix for places view
  * API Changes 
  * several bug fixes
  * Fix sf3028649 - Dragging file to the same directory
    and on itself.
  * Fix #3021778 - Pasting the folder to write protected
    place ends w/ removal.
  * Fix bugs in launching of desktop entry files with Type=Link.
  * Fix sf3030482 - bug in untrash behavior 
  * Improve launching of desktop entry files. sf3029251
  * Fix sf3039074 - Sort by size is wrong on files more than 2Gb
  * Fix sf3032241 - PCManFM crashes when right clicking
    on a file/dir
  * Use async dbus call in udisks support for device listing
    to shorten startup time
- removed libfm-0.1.12-fix-sf3012747.patch

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=105
2010-10-16 11:59:38 +00:00
OBS User buildservice-autocommit
e2a4651ded Updating link to change in openSUSE:Factory/libfm revision 17.0
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=6b4d011ae786d7fc6098c56c952e2d68
2010-08-13 00:37:24 +00:00
OBS User autobuild
7c1734ff3f Accepting request 45429 from X11:lxde
checked in (request 45429)

OBS-URL: https://build.opensuse.org/request/show/45429
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=104
2010-08-13 00:37:23 +00:00
andrea florio
ca48ee2086 - fixed libfm0 and libfm-gtk0 RPM Groups
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=103
2010-08-02 11:02:32 +00:00
andrea florio
52d4e995f1 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=102 2010-07-05 15:52:10 +00:00
andrea florio
64036a5ed9 - test
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=101
2010-07-05 15:51:18 +00:00
OBS User buildservice-autocommit
784c6236f5 Updating link to change in openSUSE:Factory/libfm revision 14.0
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=313f3c676894273abff7ce0fdb6d0f28
2010-07-05 08:06:37 +00:00
OBS User autobuild
0c034282d7 Accepting request 42444 from X11:lxde
checked in (request 42444)

OBS-URL: https://build.opensuse.org/request/show/42444
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=100
2010-07-05 08:06:36 +00:00
andrea florio
9a9dbb9cbe - use fedora patch to fix sf3012747 because previous one
generate SEGFAULTS that didn't exist before

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=99
2010-07-02 19:29:14 +00:00
OBS User buildservice-autocommit
6d634f7387 Updating link to change in openSUSE:Factory/libfm revision 13.0
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=0dfa3c31f5d11ad0abc1d0b28c799931
2010-06-13 22:34:05 +00:00
OBS User autobuild
b204cce314 Accepting request 41384 from X11:lxde
checked in (request 41384)

OBS-URL: https://build.opensuse.org/request/show/41384
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=98
2010-06-13 22:34:04 +00:00
andrea florio
372a86499b - added libfm-0.1.12-fix-sf3012747.patch to fix pcmanfm crash if
a path beginning with // is used

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=97
2010-06-09 18:52:35 +00:00
OBS User buildservice-autocommit
65500b72f6 Updating link to change in openSUSE:Factory/libfm revision 12.0
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/libfm?expand=0&rev=aa5065c764fb6386b7c1a550d3f0d777
2010-05-30 22:56:14 +00:00