rpms/nitrogen/F-13 import.log, NONE, 1.1 nitrogen.desktop, NONE, 1.1 nitrogen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sandro Mathys red at fedoraproject.org
Thu May 6 19:03:15 UTC 2010


Author: red

Update of /cvs/pkgs/rpms/nitrogen/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30901/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log nitrogen.desktop nitrogen.spec 
Log Message:
- initial import



--- NEW FILE import.log ---
nitrogen-1_5_1-2_fc12:F-13:nitrogen-1.5.1-2.fc12.src.rpm:1273172433


--- NEW FILE nitrogen.desktop ---
[Desktop Entry]
Name=Nitrogen
GenericName=Nitrogen background browser and setter
Comment=Background browser and setter for X windows
Exec=nitrogen
Icon=nitrogen
Terminal=false
Type=Application
Categories=Settings;DesktopSettings;



--- NEW FILE nitrogen.spec ---
Name:           nitrogen
Version:        1.5.1
Release:        2%{?dist}
Summary:        Background browser and setter for X windows

Group:          User Interface/Desktops
# Code is GPLv2+ and zlib, icons are CC-BY-SA as described in COPYING
License:        GPLv2+ and zlib and CC-BY-SA
URL:            http://projects.l3ib.org/nitrogen/
Source0:        http://projects.l3ib.org/%{name}/files/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtkmm24-devel
BuildRequires:  libpng-devel
BuildRequires:  gettext
BuildRequires:  pkgconfig
BuildRequires:  desktop-file-utils
Requires:       gtkmm24

%description
A background browser and setter for X windows that can be used in two
modes: browser and recall. It features Multihead and Xinerama awareness,
a recall mode to be used in startup scripts, uses the freedesktop.org
standard for thumbnails, can set the GNOME background, command line set
modes for use in scripts, inotify monitoring of browse directory, lazy
loading of thumbnails to conserve memory and an 'automatic' set mode
which determines the best mode to set an image based on its size.


%prep
%setup -q


%build
%configure --disable-dependency-tracking
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}


%clean
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
%defattr(-,root,root,-)
%doc COPYING NEWS README AUTHORS ChangeLog
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/icons/hicolor/16x16/actions/wallpaper-*.png
%{_datadir}/icons/hicolor/16x16/devices/video-display.png
%{_datadir}/icons/hicolor/16x16/mimetypes/image-x-generic.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1*


%changelog
* Sat May 01 2010 Sandro Mathys <red at fedoraproject.org> - 1.5.1-2
- corrected license and improved the spec file a little

* Fri Feb 05 2010 Sandro Mathys <red at fedoraproject.org> - 1.5.1-1
- new version with fixed licensing and some bugfixes
- added desktop file and updating of the icon caches

* Thu Oct 22 2009 Sandro Mathys <red at fedoraproject.org> - 1.4-1
- initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nitrogen/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2010 15:50:21 -0000	1.1
+++ .cvsignore	6 May 2010 19:03:14 -0000	1.2
@@ -0,0 +1 @@
+nitrogen-1.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nitrogen/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2010 15:50:22 -0000	1.1
+++ sources	6 May 2010 19:03:14 -0000	1.2
@@ -0,0 +1 @@
+e683d7c10c17bd18eb9fd78c87c4e08c  nitrogen-1.5.1.tar.gz



More information about the scm-commits mailing list