Compare commits
72 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f224dce0d | ||
|
|
941f34eb7c | ||
|
|
bb2ce3168b | ||
|
|
35b12f2d08 | ||
|
|
eadcd89013 | ||
|
|
73add2ff3c | ||
|
|
df25228024 | ||
|
|
88578c039b | ||
|
|
d15af037a8 | ||
|
|
c42a36bd13 | ||
|
|
05678219f6 | ||
|
|
bc17a9e12c | ||
|
|
3c2f126eb8 | ||
|
|
91f65d57a5 | ||
|
|
f1816923d5 | ||
|
|
d6f253a833 | ||
|
|
6953517432 | ||
|
|
d320224080 | ||
|
|
23f4906529 | ||
|
|
565d9ad0e4 | ||
|
|
e43855a09d | ||
|
|
615e9c05c5 | ||
|
|
d70132cd05 | ||
|
|
31c521f89e | ||
|
|
ccfdb94fb9 | ||
|
|
e42d92bcba | ||
| 21e7142859 | |||
|
|
f60f787076 | ||
|
|
b72bb2f0f3 | ||
|
|
220a54de06 | ||
|
|
e1e1dbc1a2 | ||
|
|
83568d89ba | ||
|
1423fcb4dc |
|||
| 470a6d232c | |||
|
|
a1e7e94bb2 | ||
|
|
3abe35d447 | ||
|
|
19996cb741 | ||
|
|
59706ef9e8 | ||
|
|
d118e9a850 | ||
|
|
26677067bf | ||
|
|
8ea4db65eb | ||
|
|
76c780efbf | ||
|
|
18a1b43cdf | ||
|
|
739c9fb601 | ||
| c63cd2d3c4 | |||
|
|
13327ec2e8 | ||
|
|
39381e6a44 | ||
|
|
8dacb2b3a0 | ||
|
|
5f77cd8b7d | ||
|
|
1d6963bb46 | ||
|
|
2ffd410f6c | ||
|
|
8a9fc25c9f | ||
|
|
7c2a52dacd | ||
|
|
ff2f05598b | ||
|
|
f8c65b422a | ||
|
|
b31587bbc4 | ||
|
|
b8692ba21c | ||
|
|
4a8c236195 | ||
|
|
cb55484248 | ||
|
|
fbac7e9627 | ||
|
|
af91955354 | ||
|
|
ad574c7f69 | ||
|
|
9d58fee674 | ||
|
|
ad9eab1daa | ||
|
|
ce384070ea | ||
|
|
42102f12db | ||
|
|
18f6201161 | ||
|
|
7a839c4c24 | ||
|
|
d0bf79f500 | ||
|
|
e16768617a | ||
|
|
bde94988b8 | ||
|
|
64e52b86a9 |
6 changed files with 276 additions and 123 deletions
|
|
@ -1 +0,0 @@
|
||||||
xfce4-notes-plugin-1.6.1.tar.bz2
|
|
||||||
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
xfce4-notes-plugin-1.7.6.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.7.7.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.8.0.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.8.1.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.9.0.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.10.0.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.11.0.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.11.1.tar.bz2
|
||||||
|
/xfce4-notes-plugin-1.11.2.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: xfce4-notes-plugin
|
|
||||||
# $Id$
|
|
||||||
NAME := xfce4-notes-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)
|
|
||||||
220
changelog
Normal file
220
changelog
Normal file
|
|
@ -0,0 +1,220 @@
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 02 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.9.0-3
|
||||||
|
- drop BR on unique (no longer required)
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Apr 02 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.9.0-1
|
||||||
|
- Update to 1.9.0
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 11 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.8.1-20
|
||||||
|
- Rebuilt (xfce 4.13)
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.8.1-7
|
||||||
|
- Spec cleanup / modernization
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 24 2015 Kevin Fenzi <kevin@scrye.com> 1.8.1-1
|
||||||
|
- Update to 1.8.1
|
||||||
|
|
||||||
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Apr 13 2015 Kevin Fenzi <kevin@scrye.com> 1.8.0-1
|
||||||
|
- Update to 1.8.0
|
||||||
|
|
||||||
|
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 1.7.7-12
|
||||||
|
- Rebuild for Xfce 4.12
|
||||||
|
|
||||||
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.7.7-11
|
||||||
|
- Rebuilt for Fedora 23 Change
|
||||||
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||||
|
|
||||||
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Apr 15 2012 Kevin Fenzi <kevin@scrye.com> - 1.7.7-5
|
||||||
|
- Rebuild for Xfce 4.10(pre2)
|
||||||
|
|
||||||
|
* Thu Apr 05 2012 Kevin Fenzi <kevin@scrye.com> - 1.7.7-4
|
||||||
|
- Rebuild for Xfce 4.10
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.7.7-2
|
||||||
|
- Rebuild for new libpng
|
||||||
|
|
||||||
|
* Tue Feb 22 2011 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.7-1
|
||||||
|
- Update to 1.7.7
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.6-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 14 2011 Adam Williamson <awilliam@redhat.com> - 1.7.6-2
|
||||||
|
- adjust file list for new location of plugin, remove .la file
|
||||||
|
|
||||||
|
* Wed Mar 31 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.6-1
|
||||||
|
- Update to 1.7.6
|
||||||
|
- Drop DSO linking patch, fixed upstream
|
||||||
|
|
||||||
|
* Mon Mar 29 2010 Mar 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.4-1
|
||||||
|
- Update to 1.7.4
|
||||||
|
- Use exo-open to open URLs (#577548)
|
||||||
|
|
||||||
|
* Sat Mar 27 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.3-1
|
||||||
|
- Update to 1.7.3
|
||||||
|
|
||||||
|
* Wed Feb 17 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-2
|
||||||
|
- Add patch to fix DSO linking (#565043)
|
||||||
|
|
||||||
|
* Sun Dec 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-1
|
||||||
|
- Update to 1.7.2
|
||||||
|
- New build dep: unique-devel
|
||||||
|
|
||||||
|
* Fri Sep 04 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.1-1
|
||||||
|
- Update to 1.7.1
|
||||||
|
|
||||||
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 03 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.0-1
|
||||||
|
- Update to 1.7.0
|
||||||
|
- Update gtk-update-icon-cache scriptlets
|
||||||
|
|
||||||
|
* Sun Mar 01 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.4-1
|
||||||
|
- Update to 1.6.4
|
||||||
|
|
||||||
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 18 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.3-2
|
||||||
|
- Rebuild for Xfce 4.6 (Beta 3)
|
||||||
|
- Enable Xfconf settings dialog
|
||||||
|
|
||||||
|
* Thu Nov 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.3-1
|
||||||
|
- Update to 1.6.3
|
||||||
|
- BR intltool
|
||||||
|
- Update gtk-update-icon-cache scriptlets
|
||||||
|
|
||||||
|
* Sat May 24 2008 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.2-1
|
||||||
|
- Update to 1.6.2
|
||||||
|
|
||||||
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.1-2
|
||||||
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
* Sat Dec 29 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.1-1
|
||||||
|
- Update to 1.6.1
|
||||||
|
- BR Thunar-devel for new file system monitoring feature
|
||||||
|
|
||||||
|
* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.0-2
|
||||||
|
- Rebuild for Xfce 4.4.2
|
||||||
|
|
||||||
|
* Sat Nov 24 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.0-1
|
||||||
|
- Update to 1.6.0
|
||||||
|
|
||||||
|
* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-3
|
||||||
|
- Rebuild for BuildID feature
|
||||||
|
- Update license tag
|
||||||
|
|
||||||
|
* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-2
|
||||||
|
- Rebuild for Xfce 4.4.1
|
||||||
|
|
||||||
|
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-1
|
||||||
|
- Update to 1.4.1 on Xfce 4.4.
|
||||||
|
|
||||||
|
* Sun Nov 26 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.4-1
|
||||||
|
- Update to 1.4.
|
||||||
|
|
||||||
|
* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-3
|
||||||
|
- Bump release for devel checkin.
|
||||||
|
|
||||||
|
* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-2
|
||||||
|
- Rebuild for XFCE 4.3.99.1.
|
||||||
|
- BR perl(XML::Parser).
|
||||||
|
|
||||||
|
* Thu Sep 07 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-1
|
||||||
|
- Update to 1.3.99.1.
|
||||||
|
|
||||||
|
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.90.2-1
|
||||||
|
- Update to 1.3.90.2 on XFCE 4.3.90.2.
|
||||||
|
|
||||||
|
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.11.1-5
|
||||||
|
- Mass rebuild for Fedora Core 6.
|
||||||
|
|
||||||
|
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-4
|
||||||
|
- Require xfce4-panel.
|
||||||
|
|
||||||
|
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-3
|
||||||
|
- Rebuild for Fedora Extras 5.
|
||||||
|
|
||||||
|
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-2
|
||||||
|
- Add libxfcegui4-devel BuildReqs.
|
||||||
|
- Fix %%defattr.
|
||||||
|
|
||||||
|
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-1
|
||||||
|
- Initial Fedora Extras version.
|
||||||
|
- Update to 0.11.1.
|
||||||
|
- disable-static instead of removing .a files.
|
||||||
|
|
||||||
|
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-2.fc4.cw
|
||||||
|
- Add libxml2 BuildReqs.
|
||||||
|
|
||||||
|
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-1.fc4.cw
|
||||||
|
- Rebuild for Core 4.
|
||||||
|
|
||||||
|
* Thu Apr 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-1.fc3.cw
|
||||||
|
- Initial RPM release.
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
be2e9006e2a033c722243e4afc1cfc2a xfce4-notes-plugin-1.6.1.tar.bz2
|
SHA512 (xfce4-notes-plugin-1.11.2.tar.bz2) = 65d6ec24f67969ddc34a8da696c9df178f7d9469012b1866fd964d3ab3b58388dff6d66f1a477087d9c165fd536b711808177bf62cbee1c843221b289abba524
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,28 @@
|
||||||
Name: xfce4-notes-plugin
|
%global _hardened_build 1
|
||||||
Version: 1.6.1
|
%global minor_version 1.11
|
||||||
Release: 2%{?dist}
|
%global xfceversion 4.16
|
||||||
Summary: Notes plugin for the Xfce panel
|
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Name: xfce4-notes-plugin
|
||||||
License: GPLv2+
|
Version: 1.11.2
|
||||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
Release: %autorelease
|
||||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
Summary: Notes plugin for the Xfce panel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: xfce4-panel-devel >= 4.3.90.1, libxfcegui4-devel >= 4.3.90.1, libxml2-devel
|
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||||
BuildRequires: Thunar-devel >= 0.8.0
|
License: GPL-2.0-or-later
|
||||||
BuildRequires: gettext, perl(XML::Parser)
|
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||||
Requires: xfce4-panel >= 4.4.1
|
Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: xfce4-panel-devel >= %{xfceversion}
|
||||||
|
BuildRequires: libxfce4ui-devel >= %{xfceversion}
|
||||||
|
BuildRequires: xfconf-devel >= %{xfceversion}
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: gtksourceview4-devel
|
||||||
|
Requires: xfce4-panel >= %{xfceversion}
|
||||||
|
Requires: xfconf >= %{xfceversion}
|
||||||
|
Requires: exo
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This plugin provides sticky notes for your desktop. You can create a note by
|
This plugin provides sticky notes for your desktop. You can create a note by
|
||||||
|
|
@ -20,101 +30,37 @@ clicking on the customizable icon with the middle button of your mouse,
|
||||||
show/hide the notes using the left one, edit the titlebar, change the notes
|
show/hide the notes using the left one, edit the titlebar, change the notes
|
||||||
background color and much more.
|
background color and much more.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%make_install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
desktop-file-validate \
|
||||||
rm -rf $RPM_BUILD_ROOT
|
%{buildroot}/%{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
|
||||||
|
desktop-file-validate \
|
||||||
|
%{buildroot}/%{_datadir}/applications/xfce4-notes.desktop
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%doc AUTHORS ChangeLog NEWS
|
||||||
%doc AUTHORS COPYING ChangeLog README TODO
|
%license COPYING
|
||||||
%{_libexecdir}/xfce4/panel-plugins/%{name}
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-notes-autostart.desktop
|
||||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
%{_bindir}/xfce4-notes
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
||||||
%{_bindir}/xfce4-popup-notes
|
%{_bindir}/xfce4-popup-notes
|
||||||
|
%{_bindir}/xfce4-notes-settings
|
||||||
%post
|
%{_libdir}/xfce4/panel/plugins/libnotes.so
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
%{_datadir}/applications/xfce4-notes.desktop
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
|
%{_datadir}/xfce4/panel/plugins/*.desktop
|
||||||
%postun
|
%{_datadir}/xfce4/notes/gtk-3.0/gtk.css
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.1-2
|
%autochangelog
|
||||||
- Autorebuild for GCC 4.3
|
|
||||||
|
|
||||||
* Sat Dec 29 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.1-1
|
|
||||||
- Update to 1.6.1
|
|
||||||
- BR Thunar-devel for new file system monitoring feature
|
|
||||||
|
|
||||||
* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-2
|
|
||||||
- Rebuild for Xfce 4.4.2
|
|
||||||
|
|
||||||
* Sat Nov 24 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-1
|
|
||||||
- Update to 1.6.0
|
|
||||||
|
|
||||||
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-3
|
|
||||||
- Rebuild for BuildID feature
|
|
||||||
- Update license tag
|
|
||||||
|
|
||||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-2
|
|
||||||
- Rebuild for Xfce 4.4.1
|
|
||||||
|
|
||||||
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-1
|
|
||||||
- Update to 1.4.1 on Xfce 4.4.
|
|
||||||
|
|
||||||
* Sun Nov 26 2006 Christoph Wickert <fedora christoph-wickert de> - 1.4-1
|
|
||||||
- Update to 1.4.
|
|
||||||
|
|
||||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-3
|
|
||||||
- Bump release for devel checkin.
|
|
||||||
|
|
||||||
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-2
|
|
||||||
- Rebuild for XFCE 4.3.99.1.
|
|
||||||
- BR perl(XML::Parser).
|
|
||||||
|
|
||||||
* Thu Sep 07 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-1
|
|
||||||
- Update to 1.3.99.1.
|
|
||||||
|
|
||||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.90.2-1
|
|
||||||
- Update to 1.3.90.2 on XFCE 4.3.90.2.
|
|
||||||
|
|
||||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.11.1-5
|
|
||||||
- Mass rebuild for Fedora Core 6.
|
|
||||||
|
|
||||||
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-4
|
|
||||||
- Require xfce4-panel.
|
|
||||||
|
|
||||||
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-3
|
|
||||||
- Rebuild for Fedora Extras 5.
|
|
||||||
|
|
||||||
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-2
|
|
||||||
- Add libxfcegui4-devel BuildReqs.
|
|
||||||
- Fix %%defattr.
|
|
||||||
|
|
||||||
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-1
|
|
||||||
- Initial Fedora Extras version.
|
|
||||||
- Update to 0.11.1.
|
|
||||||
- disable-static instead of removing .a files.
|
|
||||||
|
|
||||||
* Fri Sep 23 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-2.fc4.cw
|
|
||||||
- Add libxml2 BuildReqs.
|
|
||||||
|
|
||||||
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-1.fc4.cw
|
|
||||||
- Rebuild for Core 4.
|
|
||||||
|
|
||||||
* Thu Apr 14 2005 Christoph Wickert <fedora wickert at arcor de> - 0.10.0-1.fc3.cw
|
|
||||||
- Initial RPM release.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue