linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tvtime 1/2] Stop installing icons in obsolete /usr/share/pixmaps location
@ 2016-02-14 13:01 Hans de Goede
  2016-02-14 13:01 ` [PATCH tvtime 2/2] Remove redhat packaging files Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2016-02-14 13:01 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Hans de Goede

Pretty much all desktop-environments use /usr/share/icons now a days.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 docs/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 09a900f..a3ad41d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -43,12 +43,9 @@ install-data-local:
 	$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps'
 	$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps'
 	$(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps'
-	$(INSTALL) -d '$(DESTDIR)$(datadir)/pixmaps'
 	$(INSTALL_DATA) '$(srcdir)/tvtime.16x16.png' '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png'
 	$(INSTALL_DATA) '$(srcdir)/tvtime.32x32.png' '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png'
 	$(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png'
-	$(INSTALL_DATA) '$(srcdir)/tvtime.32x32.xpm' '$(DESTDIR)$(datadir)/pixmaps/tvtime.xpm'
-	$(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/pixmaps/tvtime.png'
 
 .PHONY: install-exec-hook
 install-exec-hook:
-- 
2.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH tvtime 2/2] Remove redhat packaging files
  2016-02-14 13:01 [PATCH tvtime 1/2] Stop installing icons in obsolete /usr/share/pixmaps location Hans de Goede
@ 2016-02-14 13:01 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2016-02-14 13:01 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Hans de Goede

These are no longer used by the Red Hat / Fedora pkgs.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 redhat/custom-tvtime.desktop |  8 ----
 redhat/tvtime-0.9.6.spec     | 36 ------------------
 redhat/tvtime-0.9.7.spec     | 87 --------------------------------------------
 3 files changed, 131 deletions(-)
 delete mode 100644 redhat/custom-tvtime.desktop
 delete mode 100644 redhat/tvtime-0.9.6.spec
 delete mode 100644 redhat/tvtime-0.9.7.spec

diff --git a/redhat/custom-tvtime.desktop b/redhat/custom-tvtime.desktop
deleted file mode 100644
index 9c35ae2..0000000
--- a/redhat/custom-tvtime.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Comment=High quality TV viewer
-Icon=tvtime-logo.png
-Exec=tvtime
-Name=Television Viewer
-Terminal=0
-Type=Application
-Categories=Application;AudioVideo;
diff --git a/redhat/tvtime-0.9.6.spec b/redhat/tvtime-0.9.6.spec
deleted file mode 100644
index a995e09..0000000
--- a/redhat/tvtime-0.9.6.spec
+++ /dev/null
@@ -1,36 +0,0 @@
-Summary: A high quality TV viewer.
-Name: tvtime
-Version: 0.9.6
-Release: 1
-URL: http://tvtime.sourceforge.net
-Source0: %{name}-%{version}.tar.gz
-License: GPL
-Group: Applications/Multimedia
-BuildRoot: %{_tmppath}/%{name}-root
-
-%description
-tvtime is a high quality television application for use with video capture cards. tvtime processes the input from a capture card and displays it on a computer monitor or projector.
-
-%prep
-%setup -q
-
-%build
-%configure
-make %{_smp_mflags}
-
-%install
-rm -rf %{buildroot}
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README ./docs/DESIGN ./docs/TODO
-%{_bindir}/tvtime
-%{_datadir}/tvtime
-
-%changelog
-* Thu Nov 14 2002 Paul Jara
-- Initial build.
diff --git a/redhat/tvtime-0.9.7.spec b/redhat/tvtime-0.9.7.spec
deleted file mode 100644
index 01c0995..0000000
--- a/redhat/tvtime-0.9.7.spec
+++ /dev/null
@@ -1,87 +0,0 @@
-# Some useful constants
-%define ver 0.9.7
-#%define beta beta
-%define rpm_ver 2
-%define rh_addon tvtime-redhat.tar.gz
-%define docsdir docs
-%define rhdocsdir redhat
-%define icon %{docsdir}/tvtime-icon-black.png
-%define desktop_filename %{rhdocsdir}/custom-tvtime.desktop
-
-# Check if we're running RedHat 8.0 or higher
-%{!?rh_ver:%define rh_ver %(cut -d' ' -f5 /etc/redhat-release )}
-
-Summary: A high quality TV viewer.
-Name: tvtime
-Version: %{ver}
-Release: %{!?beta:0.%{beta}.}%{rpm_ver}
-URL: http://%{name}.sourceforge.net
-Source0: %{name}-%{version}.tar.gz
-Source1: %{rh_addon}
-License: GPL
-Group: Applications/Multimedia
-BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: freetype-devel zlib-devel libstdc++-devel libpng-devel XFree86-libs libgcc freetype-devel glibc-debug textutils
-Requires: sh-utils desktop-file-utils
-
-%description
-%{name} is a high quality television application for use with video capture cards. %{name} processes the input from a capture card and displays it on a computer monitor or projector.
-
-%prep
-%setup -q -b1
-
-%build
-%configure
-%{__make} %{_smp_mflags}
-
-%install
-%{__rm} -rf %{buildroot}
-%makeinstall
-
-# Remove freefont source from binary
-%{__rm} %{buildroot}%{_datadir}/%{name}/freefont-sfd.tar.gz
-
-# On RedHat 8.0+ distributions, add a menu entry
-%if "%{rh_ver}" >= "8.0"
-
-# Copy icon
-install -D -m 644 %{icon} %{buildroot}%{_datadir}/pixmaps/%{name}-logo.png
-
-# Copy desktop file
-%{__mkdir_p} %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor custom --delete-original --dir %{buildroot}%{_datadir}/applications --add-category X-Red-Hat-Extra --add-category Application --add-category AudioVideo %{desktop_filename}
-%endif
-
-# Add man pages
-%{__mkdir_p} %{_mandir}/man1
-%{__mkdir_p} %{_mandir}/man5
-install -D -m 644 %{docsdir}/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
-install -D -m 644 %{docsdir}/%{name}rc.5 %{buildroot}%{_mandir}/man5/%{name}rc.5
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README docs/DESIGN docs/default.tvtimerc
-%{_bindir}/%{name}
-%{_datadir}/%{name}
-%{_datadir}/pixmaps/%{name}-logo.png
-%{_datadir}/applications/*%{name}.desktop
-%{_mandir}/man1/%{name}.1*
-%{_mandir}/man5/%{name}rc.5*
-
-%changelog
-* Thu Feb 27 2003 Paul Jara <rascasse at users.sourceforge.net>
-- Binary RPM no longer contains freefont source code
-* Wed Feb 26 2003 Paul Jara <rascasse at users.sourceforge.net>
-- Initial build with official tvtime 0.9.7 source
-* Mon Feb 24 2003 Paul Jara <rascasse at users.sourceforge.net>
-- Added default.tvtimerc to docs directory
-- Sync'd with latest CVS version
-- tvscanner replaced with timingtest
-* Mon Feb 24 2003 Paul Jara <rascasse at users.sourceforge.net>
-- Added man pages for tvtime and tvtimerc
-- Macro-ized some common shell commands
-- Added icon and menu entry for RedHat 8.0+
-* Sun Feb 23 2003 Paul Jara <rascasse at users.sourceforge.net>
-- Initial build.
-- 
2.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-14 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-14 13:01 [PATCH tvtime 1/2] Stop installing icons in obsolete /usr/share/pixmaps location Hans de Goede
2016-02-14 13:01 ` [PATCH tvtime 2/2] Remove redhat packaging files Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).