Compare commits
84 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77b37897b4 | ||
|
|
af320ea22a | ||
|
|
c20fbeb053 | ||
|
|
49d954788c | ||
|
|
c52197043b | ||
|
|
37c64c6045 | ||
|
|
ab0a1fccb4 | ||
|
|
87c6579ee9 | ||
|
|
e7be31a58d | ||
|
|
6711fb156c | ||
|
|
a5bc453efd | ||
|
|
8737da4629 | ||
|
|
f9b912b09c | ||
|
|
7165693db1 | ||
|
|
8f6915321b | ||
|
|
5fab83d9c6 | ||
|
|
0f2afd736e | ||
|
|
f101a3e532 | ||
|
|
a9f36af576 | ||
|
|
2fb5e82c56 | ||
|
|
a96008b9b2 | ||
|
|
c4eb1d376c | ||
|
|
9039cd4ee0 | ||
|
|
fc6b7c860f | ||
|
|
ed0105fc7f | ||
|
|
da01391334 | ||
|
|
5003131961 | ||
| 5bfb6f7b49 | |||
|
|
93f07742a2 | ||
|
|
32830fd233 | ||
|
|
cd06606a12 | ||
|
|
2c57c192fc | ||
|
bd6e17e38c |
|||
| 33e51db47f | |||
|
|
c5f943ed80 | ||
|
|
b80f82831c | ||
|
|
6cde40b566 | ||
|
|
cc8ab5741a | ||
|
|
03639a1f9e | ||
|
|
399851d8ea | ||
|
|
b75e93e852 | ||
|
|
930ee10dac | ||
|
|
d5488300d9 | ||
| 08e9bfc05a | |||
|
|
e2957d8008 | ||
|
|
0ebbf1277b | ||
|
|
ce30725ed0 | ||
|
|
0c00344aea | ||
|
|
6e61c4edb1 | ||
|
|
e24fe49c3a | ||
|
|
07a99a4196 | ||
|
|
fc0a36e394 | ||
|
|
bc25889f52 | ||
|
|
a016455080 | ||
|
|
73086feba6 | ||
|
|
e588b83cd6 | ||
|
|
bba1ba2f54 | ||
|
|
165955fc88 | ||
|
|
9f862ff7cd | ||
|
|
50e7027ec0 | ||
|
|
ce344780d4 | ||
|
|
af68ee916c | ||
|
|
818715207c | ||
|
|
5e70827b53 | ||
|
|
74346f1d0c | ||
|
|
6ccca49b9a | ||
|
|
171e54b320 | ||
|
|
da25c081b2 | ||
|
|
afb78fff02 | ||
|
|
9cc6e2872a | ||
|
|
4ea0880707 | ||
|
|
c584c33d09 | ||
|
|
5cfa1aaea1 | ||
|
|
f8e86dafed | ||
|
|
44a1d97465 | ||
|
|
7bad46c40e | ||
|
|
17aa4dcad7 | ||
|
|
2f8a32e517 | ||
|
|
0f709831b9 | ||
|
|
69dd6a62ec | ||
|
|
4b77f68aad | ||
|
|
8b714656d4 | ||
|
|
f45e34ebdd | ||
|
|
f6646ac556 |
7 changed files with 315 additions and 21 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
xfce4-places-plugin-1.2.0.tar.bz2
|
||||
/xfce4-places-plugin-1.3.0.tar.bz2
|
||||
/xfce4-places-plugin-1.4.0.tar.bz2
|
||||
/xfce4-places-plugin-1.5.0.tar.bz2
|
||||
/xfce4-places-plugin-1.6.0.tar.bz2
|
||||
/xfce4-places-plugin-1.7.0.tar.bz2
|
||||
/xfce4-places-plugin-1.8.0.tar.bz2
|
||||
/xfce4-places-plugin-1.8.1.tar.bz2
|
||||
/xfce4-places-plugin-1.8.2.tar.bz2
|
||||
/xfce4-places-plugin-1.8.3.tar.bz2
|
||||
/xfce4-places-plugin-1.8.4.tar.bz2
|
||||
/xfce4-places-plugin-1.9.0.tar.xz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-places-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-places-plugin
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
181
changelog
Normal file
181
changelog
Normal file
|
|
@ -0,0 +1,181 @@
|
|||
* Mon Sep 19 2022 Kevin Fenzi <kevin@scrye.com> - 1.8.2-1
|
||||
- Update to 1.8.2.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Aug 12 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.8.1-1
|
||||
- Update to 1.8.1
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed May 01 2019 Kevin Fenzi <kevin@scrye.com> - 1.8.0-1
|
||||
- Update to 1.8.0.
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Aug 11 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.7.0-20
|
||||
- Rebuilt (xfce 4.13)
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.7.0-9
|
||||
- Spec cleanup / modernization
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Sun Jun 21 2015 Kevin Fenzi <kevin@scrye.com> 1.7.0-3
|
||||
- Add patch to fix fault on start. Thanks Shivaji Sathe for patch.
|
||||
- Fixes bug #1225713
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Mon Mar 09 2015 Kevin Fenzi <kevin@scrye.com> 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.6.0-4
|
||||
- Rebuild for Xfce 4.12
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Dec 20 2013 Kevin Fenzi <kevin@scrye.com> 1.6.0-1
|
||||
- Update to 1.6.0 (fixes #1045259)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Mon Oct 01 2012 Kevin Fenzi <kevin@scrye.com> 1.5.0-1
|
||||
- Update to 1.5.0
|
||||
|
||||
* Fri Aug 31 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.0-2
|
||||
- Bump release for koji miracle
|
||||
|
||||
* Fri Aug 31 2012 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.0-1
|
||||
- Update to 1.4.0 (fixes #757180)
|
||||
- Bring back the icon naming patch
|
||||
- No longer require Thunar (not using thunar-vfs any more)
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Sat Apr 21 2012 Kevin Fenzi <kevin@scrye.com> - 1.3.0-1
|
||||
- Update to 1.3.0
|
||||
|
||||
* Sun Apr 15 2012 Kevin Fenzi <kevin@scrye.com> - 1.2.0-10
|
||||
- Rebuild for Xfce 4.10(pre2)
|
||||
|
||||
* Thu Apr 05 2012 Kevin Fenzi <kevin@scrye.com> - 1.2.0-9
|
||||
- Rebuild for Xfce 4.10
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.2.0-7
|
||||
- Rebuild for new libpng
|
||||
|
||||
* Sat Apr 30 2011 Kevin Fenzi <kevin@scrye.com> - 1.2.0-6
|
||||
- Add patch to port to GIO and libxfce4ui and exo1
|
||||
- Fixes bug #678655 and bug #700123
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Thu Jan 13 2011 Kevin Fenzi <kevin@tummy.com> - 1.2.0-4
|
||||
- Add patch from Debian for new exo version.
|
||||
|
||||
* Sat Nov 06 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.2.0-3
|
||||
- Fix missing icons (#650504)
|
||||
|
||||
* Tue Feb 16 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.2.0-2
|
||||
- Add patch to fix DSO linking (#564693)
|
||||
|
||||
* Fri Jul 31 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
- Drop Andea Santilli's xdg-userdir-compat.patch because it got upstreamed
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-4
|
||||
- Rebuild for Xfce 4.6 (Beta 3)
|
||||
|
||||
* Sun Aug 31 2008 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-3
|
||||
- Update xdg-userdir-compat.patch to use upstream's variable names
|
||||
|
||||
* Wed Aug 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-2
|
||||
- Respect xdg user directory paths (#457740)
|
||||
|
||||
* Thu Jun 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
- Fix changelog
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0-3
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuild for Xfce 4.4.2 and Thunar 0.9.0
|
||||
|
||||
* Wed Nov 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.0.0-1
|
||||
- Update to 1.0.0
|
||||
|
||||
* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.992-1
|
||||
- Update to 0.9.992
|
||||
|
||||
* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.991-1
|
||||
- Update to 0.9.991
|
||||
- Update license tag
|
||||
|
||||
* Thu May 17 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
|
||||
- Update to 0.3.0
|
||||
|
||||
* Sun Apr 29 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.0-1
|
||||
- Update to 0.2.0
|
||||
|
||||
* Sun Apr 08 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-1
|
||||
- Initial package.
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xfce4-places-plugin-1.9.0.tar.xz) = f8553a7639a4d360e6c555603ad0430d7264668fa8afd068562becaf4aad407c7cb38f9a26fb1688755300bee01f731431637938651aa62d65f3557e381aa0bf
|
||||
55
xfce4-places-plugin-gcc.patch
Normal file
55
xfce4-places-plugin-gcc.patch
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
diff --git a/panel-plugin/model.h b/panel-plugin/model.h
|
||||
index 06d9d6f..043e391 100644
|
||||
--- a/panel-plugin/model.h
|
||||
+++ b/panel-plugin/model.h
|
||||
@@ -36,13 +36,13 @@ struct _PlacesBookmarkAction
|
||||
void (*finalize) (PlacesBookmarkAction *self);
|
||||
};
|
||||
|
||||
-inline PlacesBookmarkAction*
|
||||
+extern inline PlacesBookmarkAction*
|
||||
places_bookmark_action_create(gchar *label);
|
||||
|
||||
-inline void
|
||||
+extern inline void
|
||||
places_bookmark_action_destroy(PlacesBookmarkAction*);
|
||||
|
||||
-inline void
|
||||
+extern inline void
|
||||
places_bookmark_action_call(PlacesBookmarkAction*);
|
||||
|
||||
/* Places Bookmark */
|
||||
@@ -70,10 +70,10 @@ struct _PlacesBookmark
|
||||
void (*finalize) (PlacesBookmark *self);
|
||||
};
|
||||
|
||||
-inline PlacesBookmark*
|
||||
+extern inline PlacesBookmark*
|
||||
places_bookmark_create(gchar *label);
|
||||
|
||||
-inline void
|
||||
+extern inline void
|
||||
places_bookmark_destroy(PlacesBookmark *bookmark);
|
||||
|
||||
/* Places Bookmark Group */
|
||||
@@ -86,16 +86,16 @@ struct _PlacesBookmarkGroup
|
||||
gpointer priv;
|
||||
};
|
||||
|
||||
-inline GList*
|
||||
+extern inline GList*
|
||||
places_bookmark_group_get_bookmarks(PlacesBookmarkGroup*);
|
||||
|
||||
-inline gboolean
|
||||
+extern inline gboolean
|
||||
places_bookmark_group_changed(PlacesBookmarkGroup*);
|
||||
|
||||
-inline PlacesBookmarkGroup*
|
||||
+extern inline PlacesBookmarkGroup*
|
||||
places_bookmark_group_create();
|
||||
|
||||
-inline void
|
||||
+extern inline void
|
||||
places_bookmark_group_destroy(PlacesBookmarkGroup*);
|
||||
|
||||
#endif
|
||||
66
xfce4-places-plugin.spec
Normal file
66
xfce4-places-plugin.spec
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=238349
|
||||
|
||||
%global _hardened_build 1
|
||||
%global minorversion 1.9
|
||||
%global xfceversion 4.20
|
||||
|
||||
Name: xfce4-places-plugin
|
||||
Version: 1.9.0
|
||||
Release: %autorelease
|
||||
Summary: Places menu for the Xfce panel
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
#VCS: git:git://git.xfce.org/panel-plugins/xfce4-places-plugin
|
||||
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minorversion}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||
BuildRequires: xfconf-devel >= %{xfceversion}
|
||||
BuildRequires: exo-devel >= 0.5.0
|
||||
BuildRequires: libnotify-devel >= 0.4.0
|
||||
BuildRequires: meson
|
||||
Requires: xfce4-panel >= %{xfceversion}
|
||||
|
||||
%description
|
||||
A menu with quick access to folders, documents, and removable media. The
|
||||
Places plugin brings much of the functionality of GNOME’s Places menu to
|
||||
Xfce. It puts a simple button on the panel. Clicking on this button opens up
|
||||
a menu with 4 sections:
|
||||
1) System-defined directories (home folder, trash, desktop, file system)
|
||||
2) Removable media
|
||||
3) User-defined bookmarks (reads ~/.gtk-bookmarks)
|
||||
4) Recent documents submenu (requires GTK v2.10 or greater)
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
# make sure debuginfo is generated properly
|
||||
chmod -c +x %{buildroot}%{_libdir}/xfce4/panel/plugins/*.so
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING NEWS README.md TODO
|
||||
%license COPYING
|
||||
%{_bindir}/xfce4-popup-places
|
||||
%{_libdir}/xfce4/panel/plugins/*.so
|
||||
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue