Generate alterator-browser-qt theme using Qt5 instead of Qt4
This commit is contained in:
parent
89777d33ac
commit
039cf5878e
@ -37,9 +37,9 @@ browser-qt/design/bg.png: images/installer.png
|
||||
|
||||
browser-qt:browser-qt/design/bg.png
|
||||
install -d $(datadir)/alterator-browser-qt/design
|
||||
rcc-qt4 -binary browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc
|
||||
rcc-qt5 -binary browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc
|
||||
#cp -f browser-qt/design/design-live.qss browser-qt/design/design.qss
|
||||
rcc-qt4 -binary browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc
|
||||
rcc-qt5 -binary browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc
|
||||
install -d $(sysconfdir)/alternatives/packages.d
|
||||
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
|
||||
|
||||
|
@ -28,9 +28,8 @@ BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-google-droid-sans
|
||||
BuildRequires: design-bootloader-source >= 5.0-alt2
|
||||
|
||||
BuildRequires(pre): rpm-macros-branding
|
||||
BuildRequires(pre): libqt4-core
|
||||
BuildRequires: libalternatives-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: qt5-base-devel
|
||||
|
||||
BuildRequires: ImageMagick fontconfig bc libGConf-devel fribidi
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
all:
|
||||
rcc-qt4 -binary theme.qrc -o theme.rcc
|
Loading…
x
Reference in New Issue
Block a user