Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e70af1819 | ||
|
|
a1c7860942 | ||
|
|
ff0f56a2ca | ||
|
|
4fbc1938a3 | ||
|
|
4129f7e905 |
5 changed files with 45 additions and 46 deletions
|
|
@ -1 +0,0 @@
|
||||||
xfce4-notes-plugin-1.6.1.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
xfce4-notes-plugin-1.6.3.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)
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
be2e9006e2a033c722243e4afc1cfc2a xfce4-notes-plugin-1.6.1.tar.bz2
|
8a54229eca70f2e2b349401284f920ca xfce4-notes-plugin-1.6.3.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Name: xfce4-notes-plugin
|
Name: xfce4-notes-plugin
|
||||||
Version: 1.6.1
|
Version: 1.6.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Notes plugin for the Xfce panel
|
Summary: Notes plugin for the Xfce panel
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
|
|
@ -9,9 +9,9 @@ URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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
|
BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
|
||||||
BuildRequires: Thunar-devel >= 0.8.0
|
BuildRequires: Thunar-devel >= 0.8.0
|
||||||
BuildRequires: gettext, perl(XML::Parser)
|
BuildRequires: gettext, intltool, perl(XML::Parser)
|
||||||
Requires: xfce4-panel >= 4.4.1
|
Requires: xfce4-panel >= 4.4.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -20,21 +20,40 @@ 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
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
|
||||||
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog README TODO
|
%doc AUTHORS COPYING ChangeLog README TODO
|
||||||
|
|
@ -44,55 +63,56 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||||
%{_bindir}/xfce4-popup-notes
|
%{_bindir}/xfce4-popup-notes
|
||||||
|
|
||||||
%post
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
||||||
|
|
||||||
%postun
|
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.6.1-2
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
* Sat Dec 29 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.1-1
|
* Sat Dec 29 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.1-1
|
||||||
- Update to 1.6.1
|
- Update to 1.6.1
|
||||||
- BR Thunar-devel for new file system monitoring feature
|
- BR Thunar-devel for new file system monitoring feature
|
||||||
|
|
||||||
* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-2
|
* Fri Dec 07 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.0-2
|
||||||
- Rebuild for Xfce 4.4.2
|
- Rebuild for Xfce 4.4.2
|
||||||
|
|
||||||
* Sat Nov 24 2007 Christoph Wickert <fedora christoph-wickert de> - 1.6.0-1
|
* Sat Nov 24 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.6.0-1
|
||||||
- Update to 1.6.0
|
- Update to 1.6.0
|
||||||
|
|
||||||
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-3
|
* Sat Aug 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-3
|
||||||
- Rebuild for BuildID feature
|
- Rebuild for BuildID feature
|
||||||
- Update license tag
|
- Update license tag
|
||||||
|
|
||||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-2
|
* Sat Apr 28 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-2
|
||||||
- Rebuild for Xfce 4.4.1
|
- Rebuild for Xfce 4.4.1
|
||||||
|
|
||||||
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 1.4.1-1
|
* Mon Jan 22 2007 Christoph Wickert <cwickert@fedoraproject.org> - 1.4.1-1
|
||||||
- Update to 1.4.1 on Xfce 4.4.
|
- Update to 1.4.1 on Xfce 4.4.
|
||||||
|
|
||||||
* Sun Nov 26 2006 Christoph Wickert <fedora christoph-wickert de> - 1.4-1
|
* Sun Nov 26 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.4-1
|
||||||
- Update to 1.4.
|
- Update to 1.4.
|
||||||
|
|
||||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-3
|
* Thu Oct 05 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-3
|
||||||
- Bump release for devel checkin.
|
- Bump release for devel checkin.
|
||||||
|
|
||||||
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-2
|
* Wed Sep 13 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-2
|
||||||
- Rebuild for XFCE 4.3.99.1.
|
- Rebuild for XFCE 4.3.99.1.
|
||||||
- BR perl(XML::Parser).
|
- BR perl(XML::Parser).
|
||||||
|
|
||||||
* Thu Sep 07 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.99.1-1
|
* Thu Sep 07 2006 Christoph Wickert <cwickert@fedoraproject.org> - 1.3.99.1-1
|
||||||
- Update to 1.3.99.1.
|
- Update to 1.3.99.1.
|
||||||
|
|
||||||
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.90.2-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.
|
- 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
|
* Mon Sep 04 2006 Christoph Wickert <cwickert@fedoraproject.org> - 0.11.1-5
|
||||||
- Mass rebuild for Fedora Core 6.
|
- Mass rebuild for Fedora Core 6.
|
||||||
|
|
||||||
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-4
|
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.11.1-4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue