Compare commits

...
Sign in to create a new pull request.

31 commits

Author SHA1 Message Date
Bill Nottingham
9d93ede007 Retire vdr-skins - no maintainer 2013-03-12 00:26:25 -04:00
Dennis Gilmore
f6a4cfb691 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:41:23 -06:00
Ville Skyttä
d9403e7744 Adapt to VDR 1.7.30. 2012-09-13 21:21:23 +03:00
Ville Skyttä
95757ae086 Make sure %pre scriptlet exits with zero status (#840943). 2012-07-17 21:38:06 +03:00
Ville Skyttä
51a3ca4c20 Don't try to symlink to nonexistent DeepBlue/logos-dxr3.
- Clean up specfile constructs no longer needed with Fedora or EL6+.
2012-06-18 00:32:49 +03:00
Dennis Gilmore
d571bb54c4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:47:47 -06:00
Ville Skyttä
75ac7be1a8 Update anthra_SD to 0.2.9a. 2011-11-05 12:34:21 +02:00
Ville Skyttä
672fdf05b2 Specfile cleanups. 2011-11-04 20:44:54 +02:00
Ville Skyttä
94ded0575b Update anthra_SD to 0.2.9. 2011-11-04 20:16:29 +02:00
Ville Skyttä
1a0df1144d Upload anthra_SD 0.2.6. 2011-05-28 17:27:12 +03:00
Ville Skyttä
f152666642 Update anthra_SD to 0.2.6; vdrsymbol-fonts is now required.
Patch Enigma to use vdrsymbol-fonts.
Drop dependency on dejavu-sans-*fonts.
2011-05-28 17:23:14 +03:00
Dennis Gilmore
250674979f - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 19:09:10 -06:00
Ville Skyttä
2d4e511d34 - Update anthra_SD to 0.2.4. 2010-11-02 19:22:34 +02:00
Ville Skyttä
9e6b008fa4 Add patch forgotten from previous commit. 2010-10-21 00:24:30 +03:00
Ville Skyttä
193d16bfe4 - Add anthra_SD 0.2.3 and EgalT2 0.3.3+Finnish patch. 2010-10-21 00:23:46 +03:00
Fedora Release Engineering
44f7dd7c33 dist-git conversion 2010-07-29 14:55:50 +00:00
Bill Nottingham
935d9868c9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:19 +00:00
Ville Skyttä
a050e50cd5 - Adapt to recent 1.2+ text2skin versions; patch Aluminium, enigma and
izegrey font handling (no longer filename based font paths, phew).
- Add EgalsTry 1.1.0.
- Apply Thomas Günther's locale patches for DeepBlue, enElchi, and Enigma.
- Drop unused SilverGreen themes, install default properly.
- Recompress cleaned up tarballs with xz.
- Hardlink identical files.
2009-09-01 21:14:25 +00:00
Jesse Keating
ec0327718a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 06:46:41 +00:00
Ville Skyttä
fa6b31bf8d - More deja vu with dejavu-fonts changes (#480477).
- Use %global instead of %define.
2009-02-26 22:41:12 +00:00
Jesse Keating
4ec9be4454 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 23:58:06 +00:00
Ville Skyttä
a733e9b8e5 - Use full DejaVu fonts instead of LGC (#477478). 2009-01-10 20:52:50 +00:00
Ville Skyttä
3786938e79 - Use DejaVu fonts for Aluminium and Enigma (#477478). 2008-12-25 06:35:15 +00:00
Ville Skyttä
6c76f97f0a - Update enElchi to 0.7.2.
- Catch up again with latest dejavu-fonts changes.
2008-11-24 19:11:51 +00:00
Ville Skyttä
33773130e3 - Don't install translations if built for VDR 1.6.0 due to text2skin
issues.
- Re-add disttag.
2008-04-07 21:01:28 +00:00
Ville Skyttä
38dc39e906 - Adjust font paths for dejavu-lgc-fonts 2.22+ (#388891). Deja vu, indeed. 2007-12-10 16:04:19 +00:00
Ville Skyttä
95ec68a617 ... 2007-11-18 16:33:48 +00:00
Ville Skyttä
c32fc674cd - Adjust font paths to dejavu-lgc-fonts 2.21+ (#388891). 2007-11-18 16:32:58 +00:00
Ville Skyttä
9b02cc7ba6 - Use DejaVu LGC fonts instead of Bitstream Vera.
- License: GPL+
2007-08-22 20:44:38 +00:00
Ville Skyttä
280735324f - Relocate themes to /var/lib/vdr/themes, drop disttag (#216355).
- Drop file based dependency on /usr/share/vdr/text2skin.
- Fix sttng-blue source URL.
2007-04-23 21:55:58 +00:00
Ville Skyttä
628bc3d84d Initial import (#216355) 2007-04-23 19:59:47 +00:00
5 changed files with 6 additions and 21 deletions

View file

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/*.tar.*
/*.tgz
/deepblue-0.1.4-locale.diff
/enelchi-0.7.2-locale.diff
/enigma-0.3a-locale.diff

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vdr-skins
# $Id$
NAME := vdr-skins
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
This package was retired on 2013-03-11 due to a lack of a willing Fedora maintainer.

View file