Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36aa4dc43c | ||
|
|
42b7dacc0e | ||
|
|
802dff80b6 | ||
|
|
438205bc0b |
3 changed files with 20 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
|||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (SkinNopacity-1.1.6.tar.bz2) = 822f71ed3d3feb5e1d07a182fceaa6da3bb338fb47314caaca1281bc6fbf920508eb6b633c68f336ab929482cceaadb3da7ca5962772261bb78e1b090988eb6a
|
||||
SHA512 (SkinNopacity-1.1.8.tar.bz2) = c06ea2fab0ea0807a272599e7ec9731d7ce9a0f619ee875b9f59b374b9f7afe47ce8498c5eb6689e67cad4751885eea6b394b4f73933e676c826ded4a98964b1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
%global pname SkinNopacity
|
||||
%global sname skinnopacity
|
||||
|
||||
Name: vdr-skinnopacity
|
||||
Version: 1.1.6
|
||||
Version: 1.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A highly customizable native true color skin for the Video Disc Recorder
|
||||
|
||||
|
|
@ -45,11 +46,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=imagemagic
|
|||
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 +59,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 +68,18 @@ install -Dpm 644 %{SOURCE1} \
|
|||
%{vdr_resdir}/plugins/skinnopacity/icons/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue