Compare commits

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

7 commits

Author SHA1 Message Date
Martin Gansser
2b3afd6b1a Update to 1.1.9 2021-12-16 16:14:37 +01:00
Martin Gansser
7630312f5d Update to 1.1.9 2021-12-16 16:01:29 +01:00
0a1dff88f1 rebuild for new ImageMagick 2021-11-26 11:24:04 +09:00
Martin Gansser
b359119677 Update to 1.1.8 2021-05-31 21:19:00 +02:00
Martin Gansser
0183079b56 Correct theme config path 2021-05-10 19:32:11 +02:00
Martin Gansser
87016912cb Update to 1.1.7 2021-02-16 16:48:52 +01:00
Martin Gansser
9c11e77ed9 Update to 1.1.7 2021-02-16 16:41:12 +01:00
3 changed files with 34 additions and 8 deletions

3
.gitignore vendored
View file

@ -8,3 +8,6 @@
/SkinNopacity-1.1.4.tar.bz2
/SkinNopacity-1.1.5.tar.bz2
/SkinNopacity-1.1.6.tar.bz2
/SkinNopacity-1.1.7.tar.bz2
/SkinNopacity-1.1.8.tar.bz2
/SkinNopacity-1.1.9.tar.bz2

View file

@ -1 +1 @@
SHA512 (SkinNopacity-1.1.6.tar.bz2) = 822f71ed3d3feb5e1d07a182fceaa6da3bb338fb47314caaca1281bc6fbf920508eb6b633c68f336ab929482cceaadb3da7ca5962772261bb78e1b090988eb6a
SHA512 (SkinNopacity-1.1.9.tar.bz2) = 4fbde348a8d17e43c1c8667be9cb4ab8ebddbd02e0d568f66e14a1390ceaeb7d92e502391a38277fdeca75f83465676ecc376d762ae0c1ded99e1f09dd32e7fa

View file

@ -1,7 +1,8 @@
%global pname SkinNopacity
%global sname skinnopacity
Name: vdr-skinnopacity
Version: 1.1.6
Version: 1.1.9
Release: 1%{?dist}
Summary: A highly customizable native true color skin for the Video Disc Recorder
@ -38,18 +39,20 @@ This package contains icons files.
iconv -f iso-8859-1 -t utf-8 README > README.utf8 ; mv README.utf8 README
%build
%if 0%{?fedora} >= 35
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all
%else
make CFLAGS="%{optflags} -std=c++14 -fPIC" CXXFLAGS="%{optflags} -std=c++14 -fPIC" IMAGELIB=imagemagick %{?_smp_mflags} all
%endif
%install
# make install would install the themes under /etc, let's not use that
make install-lib install-i18n install-icons DESTDIR=%{buildroot}
# install the themes to the custom location used in Fedora
install -dm 755 %{buildroot}%{vdr_vardir}/themes
# install -dm 755 %{buildroot}%{vdr_vardir}/plugins/skinnopacity/themeconfigs
install -dm 755 %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/
install -dm 755 %{buildroot}%{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/
install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
# install -pm 644 conf/theme-* %{buildroot}%{vdr_vardir}/plugins/skinnopacity/themeconfigs/
install -pm 644 conf/theme-* %{buildroot}%{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/
install -pm 644 conf/theme-* %{buildroot}%{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/
# skinnopacity.conf
install -Dpm 644 %{SOURCE1} \
@ -60,8 +63,7 @@ install -Dpm 644 %{SOURCE1} \
%files -f %{name}.lang
%doc COPYING HISTORY* README*
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skinnopacity.conf
# %%config(noreplace) %%{vdr_vardir}/plugins/skinnopacity/themeconfigs/theme-*.conf
%config(noreplace) %{_sysconfdir}/vdr/plugins/%{pname}/themeconfigs/theme-*.conf
%config(noreplace) %{_sysconfdir}/vdr/plugins/%{sname}/themeconfigs/theme-*.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%{vdr_vardir}/themes/nOpacity-*.theme
@ -70,6 +72,27 @@ install -Dpm 644 %{SOURCE1} \
%{vdr_resdir}/plugins/skinnopacity/icons/
%changelog
* Thu Dec 16 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.9-1
- Update to 1.1.9
* Sat Oct 16 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.8-3
- Rebuilt due FTI in rawhide
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 31 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.8-1
- Update to 1.1.8
* Sat May 08 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.7-3
- Correct theme config path
* Wed Apr 28 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.7-2
- Rebuilt for new VDR API version
* Tue Feb 16 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.7-1
- Update to 1.1.7
* Mon Feb 01 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.6-1
- Update to 1.1.6