Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7baa670858 | ||
|
|
57af6816b9 | ||
|
|
3f82c28d67 | ||
|
|
cd9634e771 | ||
|
|
1caa156fc9 | ||
|
|
41c45a27b2 | ||
|
|
72312ab998 | ||
|
|
002a0e5dbb |
5 changed files with 19 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
||||||
xfce4-notes-plugin-1.7.2.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
xfce4-notes-plugin-1.7.6.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 $$d/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 @@
|
||||||
054742ecc4bb83de6c1447b023938d3e xfce4-notes-plugin-1.7.2.tar.bz2
|
a9fff3633f2d0b87f57f4aa93a8a3784 xfce4-notes-plugin-1.7.6.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: xfce4-notes-plugin
|
Name: xfce4-notes-plugin
|
||||||
Version: 1.7.2
|
Version: 1.7.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Notes plugin for the Xfce panel
|
Summary: Notes plugin for the Xfce panel
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ BuildRequires: xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0
|
||||||
BuildRequires: xfconf-devel >= 4.6.0
|
BuildRequires: xfconf-devel >= 4.6.0
|
||||||
BuildRequires: unique-devel
|
BuildRequires: unique-devel
|
||||||
BuildRequires: gettext, intltool, desktop-file-utils
|
BuildRequires: gettext, intltool, desktop-file-utils
|
||||||
Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0
|
Requires: xfce4-panel >= 4.4.1, xfconf >= 4.6.0, 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
|
||||||
|
|
@ -72,9 +72,24 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||||
|
%{_datadir}/%{name}/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue 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
|
* Sun Dec 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 1.7.2-1
|
||||||
- Update to 1.7.2
|
- Update to 1.7.2
|
||||||
- New build dep: unique-devel
|
- New build dep: unique-devel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue