--- smplayer-themes-17.3.0.orig/debian/rules +++ smplayer-themes-17.3.0/debian/rules @@ -0,0 +1,94 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + make + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/smplayer-themes. + $(MAKE) PREFIX=/usr DESTDIR=$(CURDIR)/debian/smplayer-themes install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- smplayer-themes-17.3.0.orig/debian/control +++ smplayer-themes-17.3.0/debian/control @@ -0,0 +1,20 @@ +Source: smplayer-themes +Section: graphics +Priority: extra +Maintainer: Ricardo Villalba +Build-Depends: debhelper (>= 5), libqt4-dev +Standards-Version: 3.7.2 + +Package: smplayer-themes +Architecture: all +Depends: smplayer (>= 14.9.0) +Description: Icon themes for SMPlayer + SMPlayer is a graphical user interface (GUI) for the award-winning mplayer + and also for mpv. But apart from providing access for the most common + and useful options of mplayer and mpv, SMPlayer adds other interesting features + like the possibility to play Youtube videos or search and download subtitles. + One of the main features is the ability to remember the state of a + played file, so when you play it later it will be resumed at the same point + and with the same settings. + . + This package provides icon themes for SMPlayer. --- smplayer-themes-17.3.0.orig/debian/docs +++ smplayer-themes-17.3.0/debian/docs @@ -0,0 +1,2 @@ +README.txt +README.txt --- smplayer-themes-17.3.0.orig/debian/compat +++ smplayer-themes-17.3.0/debian/compat @@ -0,0 +1 @@ +5 --- smplayer-themes-17.3.0.orig/debian/changelog +++ smplayer-themes-17.3.0/debian/changelog @@ -0,0 +1,143 @@ +smplayer-themes (2:17.3.0-1~yakkety1) yakkety; urgency=low + + * Delete the H2O theme (it's included in the smplayer executable). + + -- Ricardo Villalba Thu, 09 Mar 2017 23:08:39 +0100 + +smplayer-themes (2:17.2.0) precise; urgency=low + + * Update the themes Papirus and PapirusDark. + * Add the theme ePapirus. + + -- Ricardo Villalba Sat, 04 Feb 2017 22:29:34 +0100 + +smplayer-themes (2:16.8.0) precise; urgency=low + + * Update the themes H2O, Masalla, Papirus and PapirusDark. + + -- Ricardo Villalba Sat, 27 Aug 2016 01:32:48 +0200 + +smplayer-themes (2:16.6.0) precise; urgency=low + + * Add the themes Papirus and PapirusDark. + + -- Ricardo Villalba Sun, 15 May 2016 01:42:17 +0200 + +smplayer-themes (2:16.5.2) precise; urgency=low + + * Some fixes. + + -- Ricardo Villalba Sat, 14 May 2016 02:02:48 +0200 + +smplayer-themes (2:16.5.0) precise; urgency=low + + * Add the Masalla theme + * Update the H2O theme + + -- Ricardo Villalba Fri, 29 Apr 2016 04:17:18 +0200 + +smplayer-themes (2:15.12.0) precise; urgency=low + + * Change the AutohideWidget border in the H2O theme. + + -- Ricardo Villalba Sat, 26 Dec 2015 01:41:15 +0100 + +smplayer-themes (2:15.10.0) precise; urgency=low + + * Add a record icon to the H2O theme. + + -- Ricardo Villalba Mon, 26 Oct 2015 02:00:54 +0100 + +smplayer-themes (2:15.7.0) precise; urgency=low + + * New themes Breeze and Breeze-dark by andreas_k. + + -- Ricardo Villalba Wed, 29 Jul 2015 23:23:59 +0200 + +smplayer-themes (2:15.6.0) precise; urgency=low + + * Add experimental theme H2O. Still work in progress. + + -- Ricardo Villalba Mon, 15 Jun 2015 01:52:23 +0200 + +smplayer-themes (2:14.12.0) precise; urgency=low + + * New themes Faenza, Faenza-Darkest and Faenza-Silver. + * New theme Oxygen-KDE. + + -- Ricardo Villalba Tue, 16 Dec 2014 03:11:03 +0100 + +smplayer-themes (2:14.9.0) precise; urgency=low + + * Now all the icons are packaged in resource files (*.rcc). + + -- Ricardo Villalba Tue, 19 Aug 2014 04:19:25 +0200 + +smplayer-themes (1:20140607) precise; urgency=low + + * New theme: Numix-remix. + + -- Ricardo Villalba Sat, 07 Jun 2014 02:17:03 +0200 + +smplayer-themes (1:20131003) precise; urgency=low + + * Add the Numix-uTouch theme. + + -- Ricardo Villalba Fri, 04 Oct 2013 22:10:32 +0200 + +smplayer-themes (1:20120919) hardy; urgency=low + + * Add theme Monochrome. + + -- Ricardo Villalba Wed, 19 Sep 2012 11:18:17 +0200 + +smplayer-themes (1:20120131) hardy; urgency=low + + * Delete Breathless. It seems the license for some icons is not opensource. + * Delete LeoLike. Not sure about what the real license is. + + -- Ricardo Villalba Tue, 31 Jan 2012 14:08:06 +0100 + +smplayer-themes (0.1.20) hardy; urgency=low + + * Added the new theme Oxygen. + * Added the theme Oxygen-Air. + * Deleted the theme Play. + + -- Ricardo Villalba Mon, 11 Jan 2010 13:44:07 +0100 + +smplayer-themes (0.1.19) hardy; urgency=low + + * Updated the Gnome theme. + + -- Ricardo Villalba Wed, 25 Feb 2009 02:57:01 +0100 + +smplayer-themes (0.1.18) hardy; urgency=low + + * New release + + -- Ricardo Villalba Sun, 09 Nov 2008 18:11:34 +0100 + +smplayer-themes (0.1.17) hardy; urgency=low + + * New Release. + + -- Ricardo Villalba Tue, 23 Sep 2008 01:14:19 +0200 + +smplayer-themes (0.1.16) unstable; urgency=low + + * New Release. + + -- Ricardo Villalba Sat, 07 Jun 2008 03:11:02 +0200 + +smplayer-themes (0.1.15) unstable; urgency=low + + * New Release. + + -- Ricardo Villalba Wed, 30 Jan 2008 23:44:31 +0100 + +smplayer-themes (0.1.14) unstable; urgency=low + + * Initial Release. + + -- Ricardo Villalba Fri, 25 May 2007 02:26:55 +0200 --- smplayer-themes-17.3.0.orig/debian/copyright +++ smplayer-themes-17.3.0/debian/copyright @@ -0,0 +1,26 @@ +This is smplayer-themes, written and maintained by ricardo +on Fri, 25 May 2007 02:26:55 +0200. + +The original source can always be found at: + ftp://ftp.debian.org/dists/unstable/main/source/ + +Copyright Holder: ricardo + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- smplayer-themes-17.3.0.orig/debian/README.Debian +++ smplayer-themes-17.3.0/debian/README.Debian @@ -0,0 +1,6 @@ +smplayer-themes for Debian +-------------------------- + + + + -- ricardo Fri, 25 May 2007 02:26:55 +0200 --- smplayer-themes-17.3.0.orig/debian/README +++ smplayer-themes-17.3.0/debian/README @@ -0,0 +1,6 @@ +The Debian Package smplayer-themes +---------------------------- + +Comments regarding the Package + + -- ricardo Fri, 25 May 2007 02:26:55 +0200