From 9baacbb7a6f7df522ba1717e298263d480163212 Mon Sep 17 00:00:00 2001 From: Till Maas Date: May 19 2016 20:48:49 +0000 Subject: 2016-05-19: Retired orphaned package, because it was orphaned for more than six weeks. --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f9443b1..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/tintii-2.8.2.tar.gz -/tintii-2.9.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..164cb9a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-19: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index cdeac94..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -77dcf8e4c79f82f98c625fd7bed81c6f tintii-2.9.0.tar.gz diff --git a/tintii.desktop b/tintii.desktop deleted file mode 100644 index 8e4f748..0000000 --- a/tintii.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Tintii -GenericName=Selective colour, saturation and hue shift effects utility -Version=1.0 -Type=Application -Exec=tintii %f -Icon=tintii -Categories=Graphics;Photography; -Comment=Utility for selective colour, saturation and hue shift photo adjustments -StartupNotify=true -Terminal=false -MimeType=image/x-bmp;image/gif;image/jpeg;image/x-pcx;image/png;image/x-portable-pixmap;image/x-targa;image/tiff;image/x-xpm; diff --git a/tintii.spec b/tintii.spec deleted file mode 100644 index daad15d..0000000 --- a/tintii.spec +++ /dev/null @@ -1,138 +0,0 @@ -Name: tintii -Version: 2.9.0 -Release: 8%{?dist} -Summary: Selective colour, saturation and hue shift effects utility -License: GPLv2 -URL: http://www.indii.org/software/tintii -Source0: http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz -Source1: %{name}.desktop -Source2: http://www.indii.org/images/%{name}_128.png -BuildRequires: ImageMagick -BuildRequires: boost-devel -BuildRequires: desktop-file-utils -BuildRequires: wxGTK-devel -Requires: hicolor-icon-theme - -%description -Tintii is a utility for selective colour, saturation and hue shift -photo adjustments. Its unique ability is to automatically detect the -major colours in a photo to allow colour-specific changes. This makes -adjustments quick, easy, and more precise than other means. - -%prep -%setup -q - -%build -%configure -make %{?_smp_mflags} - -%install -%make_install - -# Desktop file. -desktop-file-install %{S:1} \ - %{buildroot}%{_datadir}/applications/%{name}.desktop - -# Install source icon. -install -pDm644 %{S:2} \ - %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png - -# Convert to various sizes, via the 128x128 source. -for size in 96x96 72x72 64x64 48x48 32x32 24x24 22x22 16x16 ; do - install -pdm755 \ - %{buildroot}%{_datadir}/icons/hicolor/${size}/apps - convert -resize ${size} %{S:2} \ - %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png -done - -# Register as an application to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/%{name}.appdata.xml < - - - - tintii.desktop - CC0-1.0 - Apply selective color effects to images - -

- Tintii is an application for applying selective color effects to images. - It is primarily used for selective color effects where you keep one color in - an image saturated, yet make the rest of the image black and white. -

-
- http://www.indii.org/software/tintii - - https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/tintii/a.png - -
-EOF - -%post -update-desktop-database &> /dev/null || : -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -update-desktop-database &> /dev/null || : -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%files -%doc COPYING README -%{_bindir}/tintii -%{_datadir}/tintii/ -%{_datadir}/appdata/%{name}.appdata.xml -%{_datadir}/applications/tintii.desktop -%{_datadir}/icons/hicolor/*x*/apps/tintii.png - -%changelog -* Fri Feb 05 2016 Fedora Release Engineering - 2.9.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jul 29 2015 Fedora Release Engineering - 2.9.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 - -* Wed Jul 22 2015 David Tardon - 2.9.0-6 -- rebuild for Boost 1.58 - -* Fri Jun 19 2015 Fedora Release Engineering - 2.9.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Thu Mar 26 2015 Richard Hughes - 2.9.0-4 -- Add an AppData file for the software center - -* Tue Jan 27 2015 Petr Machata - 2.9.0-3 -- Rebuild for boost 1.57.0 - -* Mon Aug 18 2014 Fedora Release Engineering - 2.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Mon Jun 23 2014 Christopher Meng - 2.9.0-1 -- Update to 2.9.0 - -* Sun Jun 08 2014 Fedora Release Engineering - 2.8.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 23 2014 Petr Machata - 2.8.2-2 -- Rebuild for boost 1.55.0 - -* Tue Jan 21 2014 Christopher Meng - 2.8.2-1 -- Update to 2.8.2 - -* Wed Sep 14 2011 Christopher Meng - 2.3.0-1 -- Initial Package. diff --git a/tintii_128.png b/tintii_128.png deleted file mode 100644 index 6fde69e..0000000 Binary files a/tintii_128.png and /dev/null differ