Hello community, here is the log from the commit of package shutter for openSUSE:Factory checked in at Thu Aug 25 11:04:07 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/shutter/shutter.changes 2011-08-24 20:31:09.000000000 +0200 @@ -0,0 +1,75 @@ +------------------------------------------------------------------- +Wed Aug 24 18:22:56 UTC 2011 - [email protected] + +- deleted useless lang-package +- removed shutter-desktop.patch. Use suse macro instead + +------------------------------------------------------------------- +Thu Mar 24 07:00:02 UTC 2011 - [email protected] + +- partly rewritten the spec. Now it installs all dirs under share into + %%{_datadir}/shutter. But the doc folder are excluded for using in + our %%{_docdir} +- Fixed error by starting the program "sel_tooltip_window.svg" not + found + +------------------------------------------------------------------- +Wed Mar 16 22:12:44 UTC 2011 - [email protected] + +- removed perl-Proc-ProcessTable after the Developer said that it isnt + needed anymore. + +------------------------------------------------------------------- +Wed Mar 16 21:05:58 UTC 2011 - [email protected] + +- partly rewritten the spec for using %%{_docdir} and direct copy the + share folder into %%{_datadir} + +------------------------------------------------------------------- +Wed Mar 16 08:39:22 UTC 2011 - [email protected] + +- fixed Bug bnc#680055 + +------------------------------------------------------------------- +Sat Mar 12 17:51:21 UTC 2011 - [email protected] + +- updated to version 0.87.1 +- This release does not add any new features but fixes some annoying + bugs. + +------------------------------------------------------------------- +Thu Feb 10 08:19:37 UTC 2011 - [email protected] + +- updated to version 0.87 + +------------------------------------------------------------------- +Sun Dec 26 20:46:43 UTC 2010 - [email protected] + +- prettyfied spec file + +------------------------------------------------------------------- +Mon Dec 20 00:56:00 UTC 2010 - [email protected] + +- Clean up the specfile +- Handle documentation and message catalogs differently. +- Fix typo in .changes. + +------------------------------------------------------------------- +Sun Dec 19 19:49:35 UTC 2010 - [email protected] + +- Added README.openSUSE with Instructions on how to integrate + shutter into KDE4. + +------------------------------------------------------------------- +Sun Dec 19 10:53:58 UTC 2010 - [email protected] + +- updated to 0.86.4 +- branched for contrib + +------------------------------------------------------------------- +Mon Jul 05 18:41:02 UTC 2010 - swyear@linux-fx2f + +- first build in OBS + + + calling whatdependson for head-i586 New: ---- README.openSUSE shutter-0.87.1.tar.bz2 shutter.changes shutter.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shutter.spec ++++++ # # spec file for package shutter # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 8/2011 by open-slx GmbH <[email protected]> # Copyright (c) 12/2010 - 7/2011 by Sascha Manns <[email protected]> # Copyright (c) 7/2010 - 12/2010 by Ray Chen <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: shutter Version: 0.87.1 Release: 1 License: GPL 3 Summary: Featureful screenshot tool Url: http://shutter-project.org/ Group: Productivity/Graphics/Other Source0: %{name}-%{version}.tar.bz2 Source1: README.openSUSE Requires: ImageMagick Requires: gnome-web-photo Requires: perl-gettext Requires: perl-Glib Requires: perl-Gnome2 Requires: perl-Gnome2-Canvas Requires: perl-Gnome2-GConf Requires: perl-Gnome2-VFS Requires: perl-Gnome2-Wnck Requires: perl-Goo-Canvas Requires: perl-Gtk2 Requires: perl-Gtk2-ImageView Requires: perl-Gtk2-Unique Requires: perl-HTML-Form Requires: perl-HTML-FormHandler Requires: perl-Net-DBus Requires: perl-PerlMagick Requires: perl-WWW-Mechanize Requires: perl-X11-Protocol Requires: perl-XML-Simple Requires: perl-gettext Requires: perl-libwww-perl Requires: procps Requires: unique-devel Requires: xdg-utils Requires: %{name}-lang = %{version} BuildRequires: perl-Gtk2-Unique BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} >= 1110 BuildRequires: update-desktop-files %endif #Requires: nautilus-sendto BuildArch: noarch %lang_package %description Shutter is a GTK+ 2.0 screenshot application written in perl. Shutter covers all features of common command line tools like scrot or import and adds reasonable new features combined with a comfortable GUI using the GTK+ 2.0 framework Authors: -------- Mario Kemper <[email protected]> and Shutter Team %prep %setup -q cp %{S:1} . %build %install # Creating the Folder for Binary and Data. Copy the Bin into Bindir %{__install} -d -m 0755 -p %{buildroot}%{_bindir} %{__install} -m 755 bin/%{name} %{buildroot}%{_bindir} # create a Folder in docdir and move all relevant content to it %{__install} -d -m 755 %{buildroot}%{_docdir}/%{name} %{__cp} -pfr share/doc/%{name}/* %{buildroot}%{_docdir}/%{name} %{__cp} %{S:1} %{buildroot}%{_docdir}/%{name} # Create Datadir Folder %{__install} -d -m 755 %{buildroot}%{_datadir} %{__install} -d -m 755 %{buildroot}%{_datadir}/applications %{__install} -d -m 755 %{buildroot}%{_datadir}/icons %{__install} -d -m 755 %{buildroot}%{_datadir}/locale %{__install} -d -m 755 %{buildroot}%{_datadir}/man %{__install} -d -m 755 %{buildroot}%{_datadir}/pixmaps %{__install} -d -m 755 %{buildroot}%{_datadir}/%{name} %{__cp} -pfr share/applications/* %{buildroot}%{_datadir}/applications %{__cp} -pfr share/icons/* %{buildroot}%{_datadir}/icons %{__cp} -pfr share/locale/* %{buildroot}%{_datadir}/locale %{__cp} -pfr share/man/* %{buildroot}%{_mandir} %{__cp} -pfr share/pixmaps/* %{buildroot}%{_datadir}/pixmaps %{__cp} -pfr share/%{name}/* %{buildroot}%{_datadir}/%{name} %suse_update_desktop_file -r %{name} Utility DesktopUtility %find_lang %{name} --all-name %fdupes -s %{buildroot} %clean rm -rf %{buildroot} %post update-desktop-database %{_datadir}/applications &>/dev/null || : %postun update-desktop-database %{_datadir}/applications &>/dev/null || : %files %defattr(-,root,root) %dir %{_datadir}/%{name} %dir %{_docdir}/%{name} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/* %{_datadir}/pixmaps/* %{_datadir}/%{name}/* %{_mandir}/man1/* %doc %{_docdir}/%{name}/* %files lang -f %{name}.lang %defattr(-,root,root) %changelog ++++++ README.openSUSE ++++++ Integration of shutter into KDE4 ================================ You have to go to "Systemsettings (KDE)", then choose General Settings/Shortcuts. There you go to Own Shortcuts/Preferences/Print Screen. On the second tab you can see which Key is defined (in this case 'Print Screen'), and you go to "Action". There you can see "Command/Adress", and on this place you can write "shutter --full" instread of KSnapshot. That's all folks. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
