Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ff5422033 | ||
|
|
54a152f010 | ||
|
|
36b3e74fe9 | ||
|
|
00f8658c32 | ||
|
|
bd3b2d6359 | ||
|
|
3314bda119 |
5 changed files with 25 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-notes-plugin-1.3.99.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-notes-plugin-1.4.1.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 @@
|
|||
e77f1150459d8ab6a1ae0d86af09f44c xfce4-notes-plugin-1.3.99.1.tar.bz2
|
||||
6f20d84bf3aadd6c974f226c04f33050 xfce4-notes-plugin-1.4.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
Name: xfce4-notes-plugin
|
||||
Version: 1.3.99.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Notes plugin for the Xfce panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: GPL
|
||||
URL: http://goodies.xfce.org/
|
||||
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
|
||||
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||
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: libXt-devel, gettext, perl(XML::Parser)
|
||||
Requires: xfce4-panel >= 4.3.99.1
|
||||
Requires: xfce4-panel >= 4.4.0
|
||||
|
||||
%description
|
||||
This plugin provides sticky notes for your desktop. You can create a note by
|
||||
|
|
@ -39,9 +39,28 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc AUTHORS COPYING ChangeLog README TODO
|
||||
%{_libexecdir}/xfce4/panel-plugins/%{name}
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_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
|
||||
* 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue