RHEL/Fedora: add k9copy, kchmviewer, kde-style-lipstik, kde-style-qtcurve, kiosktool, kpowersave, kwin-style-crystal
parent
dbdf4011ad
commit
84baf65a46
@ -0,0 +1,12 @@
|
|||||||
|
diff -Nuar k9copy.ORI/src/Makefile.am k9copy.P/src/Makefile.am
|
||||||
|
--- k9copy.ORI/src/Makefile.am 2011-11-21 00:08:57.943296860 +0100
|
||||||
|
+++ k9copy.P/src/Makefile.am 2011-11-21 00:18:50.559281008 +0100
|
||||||
|
@@ -30,7 +30,7 @@
|
||||||
|
kconfigdlg.cpp kviewmpeg2.cpp kviewmpeg2.h langselectw.ui main.cpp mencoderCmdGen.ui \
|
||||||
|
playbackoptionsw.ui prefAuthor.ui prefDVD.ui prefMPEG4.ui prefMencoder.ui prefpreview.ui \
|
||||||
|
titlefactor.ui viewmpeg2.ui
|
||||||
|
-k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
|
||||||
|
+k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS) $(LIBDL)
|
||||||
|
k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \
|
||||||
|
$(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \
|
||||||
|
$(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \
|
@ -0,0 +1,110 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp k9copy
|
||||||
|
%define version 1.2.3
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.12 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Summary: DVD backup tool for Trinity
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
Patch0: k9copy-3.5.13-ftbfs.patch
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: ffmpeg-devel
|
||||||
|
|
||||||
|
Requires: ffmpeg
|
||||||
|
|
||||||
|
%description
|
||||||
|
k9copy is a tabbed tool that allows to copy of one or more titles from a DVD9
|
||||||
|
to a DVD5, in thesame way than DVDShrink for Microsoft Windows (R).
|
||||||
|
This is the Trinity version
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i admin/acinclude.m4.in \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||||
|
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||||
|
%__make -f "admin/Makefile.common"
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-extra-includes=%{_includedir}/tqt \
|
||||||
|
--enable-closure
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%find_lang %{kdecomp}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files -f %{kdecomp}.lang
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
%{_bindir}/k9copy
|
||||||
|
%{_datadir}/applications/kde/k9copy.desktop
|
||||||
|
%{_datadir}/apps/k9copy
|
||||||
|
%{_datadir}/apps/konqueror/servicemenus/k9copy_open.desktop
|
||||||
|
%{_docdir}/HTML/en/k9copy
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/k9copy.png
|
||||||
|
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 1.2.3-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,11 @@
|
|||||||
|
--- kchmviewer/lib/kio-msits/Makefile.am.ORI 2011-11-21 00:43:10.415241950 +0100
|
||||||
|
+++ kchmviewer/lib/kio-msits/Makefile.am 2011-11-21 00:43:22.929241583 +0100
|
||||||
|
@@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
kio_msits_la_SOURCES = msits.cpp
|
||||||
|
kio_msits_la_LIBADD = -lkio $(CHM_LIBS)
|
||||||
|
-kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN)
|
||||||
|
+kio_msits_la_LDFLAGS = -module -avoid-version $(KDE_LDFLAGS) $(LIB_QT) $(LIB_KIO) $(LIB_KDECORE) $(KDE_PLUGIN) $(QT_LDFLAGS)
|
||||||
|
|
||||||
|
protocol_DATA = msits.protocol
|
||||||
|
protocoldir = $(kde_servicesdir)
|
@ -0,0 +1,131 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kchmviewer
|
||||||
|
%define version 3.1.2
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.12 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Summary: CHM viewer for Trinity
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
Patch0: kchmviewer-3.5.13-ftbfs.patch
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
|
%description
|
||||||
|
KchmViewer is a chm (MS HTML help file format) viewer, written in C++.
|
||||||
|
Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget
|
||||||
|
library, and does not depend on KDE or GNOME. However, it may be compiled
|
||||||
|
with full Trinity support, including Trinity widgets and KIO/KHTML.
|
||||||
|
|
||||||
|
The main advantage of KchmViewer is non-English language support. Unlike
|
||||||
|
others, KchmViewer in most cases correctly detects help file encoding,
|
||||||
|
correctly shows tables of context of Russian, Korean, Chinese and Japanese
|
||||||
|
help files, and correctly searches in non-English help files (search for
|
||||||
|
MBCS languages - ja/ko/ch is still in progress).
|
||||||
|
|
||||||
|
Completely safe and harmless. Does not support JavaScript in any way,
|
||||||
|
optionally warns you before opening an external web page, or switching to
|
||||||
|
another help file. Shows an appropriate image for every TOC entry.
|
||||||
|
|
||||||
|
KchmViewer Has complete chm index support, including multiple index entries,
|
||||||
|
cross-links and parent/child entries in index as well as Persistent bookmarks
|
||||||
|
support. Correctly detects and shows encoding of any valid chm file.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i admin/acinclude.m4.in \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||||
|
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||||
|
%__make -f "admin/Makefile.common"
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-x \
|
||||||
|
--with-kde \
|
||||||
|
--with-extra-includes=%{_includedir}/tqt \
|
||||||
|
--enable-closure
|
||||||
|
|
||||||
|
# --with-qt-dir=${QTDIR} \
|
||||||
|
# --with-qt-includes=${QTINC} \
|
||||||
|
# --with-qt-libraries=${QTLIB} \
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%find_lang %{kdecomp}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files -f %{kdecomp}.lang
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc ChangeLog COPYING FAQ README
|
||||||
|
%{_bindir}/kchmviewer
|
||||||
|
%exclude %{_libdir}/libchmfile.a
|
||||||
|
%exclude %{_libdir}/libkdeextra.a
|
||||||
|
%{tde_libdir}/kio_msits.la
|
||||||
|
%{tde_libdir}/kio_msits.so
|
||||||
|
%{_datadir}/applnk/kchmviewer.desktop
|
||||||
|
%{_datadir}/icons/crystalsvg/*/apps/kchmviewer.png
|
||||||
|
%{_datadir}/services/msits.protocol
|
||||||
|
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 3.1.2-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,108 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kde-style-lipstik
|
||||||
|
%define version 2.2.3
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.13 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Summary: Lipstik style for TDE
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: gettext
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Based on the plastik style, Lipstik is a purified style with many options to
|
||||||
|
tune your desktop look.
|
||||||
|
|
||||||
|
Lipstik also provides Lipstik-color-schemes
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i admin/acinclude.m4.in \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||||
|
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||||
|
%__make -f "admin/Makefile.common"
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-extra-includes=%{_includedir}/tqt
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
%{tde_libdir}/kstyle_lipstik_config.la
|
||||||
|
%{tde_libdir}/kstyle_lipstik_config.so
|
||||||
|
%{tde_libdir}/plugins/styles/lipstik.la
|
||||||
|
%{tde_libdir}/plugins/styles/lipstik.so
|
||||||
|
%{_datadir}/apps/kdisplay/color-schemes/lipstiknoble.kcsrc
|
||||||
|
%{_datadir}/apps/kdisplay/color-schemes/lipstikstandard.kcsrc
|
||||||
|
%{_datadir}/apps/kdisplay/color-schemes/lipstikwhite.kcsrc
|
||||||
|
%{_datadir}/apps/kstyle/themes/lipstik.themerc
|
||||||
|
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 2.2.3-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,11 @@
|
|||||||
|
--- kde-style-qtcurve/CMakeLists.txt.ORI 2011-11-20 22:37:40.050443616 +0100
|
||||||
|
+++ kde-style-qtcurve/CMakeLists.txt 2011-11-20 22:40:04.355439569 +0100
|
||||||
|
@@ -46,7 +46,7 @@
|
||||||
|
if (QT_PLUGINS_DIR MATCHES NOTFOUND)
|
||||||
|
MESSAGE(STATUS_ERROR "Qt3 package not found--assuming TQt4")
|
||||||
|
SET(QT_INCLUDE_DIR "/usr/include/qt4")
|
||||||
|
- SET(QT_PLUGINS_DIR "${KDE3PREFIX}/lib/trinity/plugins")
|
||||||
|
+ SET(QT_PLUGINS_DIR "${KDE3PREFIX}/lib${LIB_SUFFIX}/trinity/plugins")
|
||||||
|
endif (QT_PLUGINS_DIR MATCHES NOTFOUND)
|
||||||
|
endif (NOT QTC_QT_ONLY)
|
||||||
|
|
@ -0,0 +1,118 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kde-style-qtcurve
|
||||||
|
%define version 0.55.2
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.13 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Summary: This is a set of widget styles for Trinity based apps
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
|
||||||
|
Patch0: kde-style-qtcurve-1.6.2-libsuffix.patch
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: gettext
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package together with gtk2-engines-qtcurve aim to provide a unified look
|
||||||
|
and feel on the desktop when using KDE and Gnome applications.
|
||||||
|
|
||||||
|
This package is most useful when installed together with
|
||||||
|
gtk2-engines-qtcurve.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i CMakeLists.txt \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
|
||||||
|
export CXXFLAGS="-I${QTINC} ${CXXFLAGS}"
|
||||||
|
|
||||||
|
%__mkdir build
|
||||||
|
cd build
|
||||||
|
%cmake \
|
||||||
|
-DKDE3PREFIX=%{_prefix} \
|
||||||
|
..
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot} -C build
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
%{tde_libdir}/plugins/styles/qtcurve.so
|
||||||
|
%{_datadir}/apps/QtCurve/Agua.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Agua_II.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Curve.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Flat.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Human.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Inverted.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Klearlooks.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Milk.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Murrine.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Ozone.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Plastic.qtcurve
|
||||||
|
%{_datadir}/apps/QtCurve/Silk.qtcurve
|
||||||
|
%{_datadir}/apps/kdisplay/color-schemes/QtCurve.kcsrc
|
||||||
|
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 0.55.2-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,131 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kiosktool
|
||||||
|
%define version 1.0
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.13 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
Summary: tool to configure the TDE kiosk framework
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
A Point&Click tool for system administrators to enable
|
||||||
|
TDE's KIOSK features or otherwise preconfigure TDE for
|
||||||
|
groups of users.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i admin/acinclude.m4.in \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
%__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||||
|
%__cp "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||||
|
%__make -f admin/Makefile.common
|
||||||
|
|
||||||
|
%build
|
||||||
|
unset QTDIR || : ; source /etc/profile.d/qt.sh
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
||||||
|
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--disable-rpath \
|
||||||
|
--enable-new-ldflags \
|
||||||
|
--disable-debug --disable-warnings \
|
||||||
|
--disable-dependency-tracking --enable-final \
|
||||||
|
--enable-closure \
|
||||||
|
--with-extra-includes=%{_includedir}/tqt
|
||||||
|
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
%__make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
## File lists
|
||||||
|
# locale's
|
||||||
|
%find_lang %{kdecomp}
|
||||||
|
# HTML (1.0)
|
||||||
|
HTML_DIR=$(kde-config --expandvars --install html)
|
||||||
|
if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then
|
||||||
|
for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
|
||||||
|
if [ -d $lang_dir ]; then
|
||||||
|
lang=$(basename $lang_dir)
|
||||||
|
echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
|
||||||
|
# replace absolute symlinks with relative ones
|
||||||
|
pushd $lang_dir
|
||||||
|
for i in *; do
|
||||||
|
[ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
||||||
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
||||||
|
update-desktop-database >& /dev/null ||:
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor ||:
|
||||||
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
||||||
|
update-desktop-database >& /dev/null ||:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%files -f %{kdecomp}.lang
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc ChangeLog COPYING README TODO
|
||||||
|
%{_bindir}/kiosktool
|
||||||
|
%{_bindir}/kiosktool-kdedirs
|
||||||
|
%{_datadir}/applications/kde/kiosktool.desktop
|
||||||
|
%{_datadir}/apps/kiosktool/*.png
|
||||||
|
%{_docdir}/HTML/en/kiosktool/
|
||||||
|
%{_datadir}/icons/crystalsvg/*/apps/kiosktool.png
|
||||||
|
%{_datadir}/apps/kiosktool/kiosk_data.xml
|
||||||
|
%{_datadir}/apps/kiosktool/kiosktoolui.rc
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 1.0-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,123 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kpowersave
|
||||||
|
%define version 0.7.3
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.13 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
Summary: HAL based power management applet for Trinityfiles or directories.
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
|
%description
|
||||||
|
KPowersave is a TDE systray applet which allows to control the power
|
||||||
|
management settings and policies of your computer.
|
||||||
|
It relies on HAL to do the heavy lifting.
|
||||||
|
|
||||||
|
Current feature list:
|
||||||
|
* support for ACPI, APM and PMU
|
||||||
|
* trigger suspend to disk/ram and standby
|
||||||
|
* switch cpu frequency policy (between: performance, dynamic and powersave)
|
||||||
|
* applet icon with information about AC state, battery fill and battery
|
||||||
|
(warning) states
|
||||||
|
* applet tooltip with information about battery fill and remaining battery
|
||||||
|
time/percentage
|
||||||
|
* autosuspend (to suspend the machine if the user has been inactive for a
|
||||||
|
defined time)
|
||||||
|
* a global configurable blacklist with programs which prevent autosuspend
|
||||||
|
(e.g. videoplayer and cd burning tools)
|
||||||
|
* trigger lock screen and select the lock method
|
||||||
|
* KNotify support
|
||||||
|
* online help
|
||||||
|
* localisations for many languages
|
||||||
|
KPowersave supports schemes with following configurable specific
|
||||||
|
settings for:
|
||||||
|
* screensaver
|
||||||
|
* DPMS
|
||||||
|
* autosuspend
|
||||||
|
* scheme specific blacklist for autosuspend
|
||||||
|
* notification settings
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
|
||||||
|
%build
|
||||||
|
unset QTDIR || : ; . /etc/profile.d/qt.sh
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
|
||||||
|
%__mkdir build
|
||||||
|
cd build
|
||||||
|
%cmake \
|
||||||
|
..
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot} -C build
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
%{_bindir}/kpowersave
|
||||||
|
%{_libdir}/libkdeinit_kpowersave.la
|
||||||
|
%{_libdir}/libkdeinit_kpowersave.so
|
||||||
|
%{tde_libdir}/kpowersave.la
|
||||||
|
%{tde_libdir}/kpowersave.so
|
||||||
|
%{_datadir}/applications/kde/kpowersave.desktop
|
||||||
|
%{_datadir}/apps/kpowersave/eventsrc
|
||||||
|
%{_datadir}/apps/kpowersave/icons/*/*/*/*.png
|
||||||
|
%{_datadir}/icons/*/*/*/*.png
|
||||||
|
%{_datadir}/autostart/kpowersave-autostart.desktop
|
||||||
|
%{_datadir}/config/kpowersaverc
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 0.7.3-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,108 @@
|
|||||||
|
# Default version for this component
|
||||||
|
%define kdecomp kwin-style-crystal
|
||||||
|
%define version 1.0.5
|
||||||
|
%define release 1
|
||||||
|
|
||||||
|
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||||
|
%if "%{?_prefix}" != "/usr"
|
||||||
|
%define _variant .opt
|
||||||
|
%define _docdir %{_prefix}/share/doc
|
||||||
|
%endif
|
||||||
|
|
||||||
|
# TDE 3.5.13 specific building variables
|
||||||
|
BuildRequires: autoconf automake libtool m4
|
||||||
|
%define tde_docdir %{_docdir}/kde
|
||||||
|
%define tde_includedir %{_includedir}/kde
|
||||||
|
%define tde_libdir %{_libdir}/trinity
|
||||||
|
|
||||||
|
|
||||||
|
Name: trinity-%{kdecomp}
|
||||||
|
Summary: Semi transparant window decoration for Trinity.
|
||||||
|
Version: %{?version}
|
||||||
|
Release: %{?release}%{?dist}%{?_variant}
|
||||||
|
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/Utilities
|
||||||
|
|
||||||
|
Vendor: Trinity Project
|
||||||
|
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||||
|
URL: http://www.trinitydesktop.org/
|
||||||
|
|
||||||
|
Prefix: %{_prefix}
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: tqtinterface-devel
|
||||||
|
BuildRequires: trinity-kdelibs-devel
|
||||||
|
BuildRequires: trinity-kdebase-devel
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: gettext
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Crystal offers you pseudo transparent titlebar, buttons and borders
|
||||||
|
transparent, so you can see more of your lovely background image
|
||||||
|
Transparancy and buttons can be costumized to match your wishes.
|
||||||
|
Offers rounded corners as well
|
||||||
|
|
||||||
|
And it is of course nice to look at. Upstream says:
|
||||||
|
"- Don't forget to breathe, while drooling."
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n applications/%{kdecomp}
|
||||||
|
|
||||||
|
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||||
|
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||||
|
sed -i admin/acinclude.m4.in \
|
||||||
|
-e "s,/usr/include/tqt,%{_includedir}/tqt,g"
|
||||||
|
|
||||||
|
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||||
|
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh"
|
||||||
|
%__make -f "admin/Makefile.common"
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
export LDFLAGS="-L%{_libdir} -I%{_includedir}"
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-extra-includes=%{_includedir}/tqt
|
||||||
|
|
||||||
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
export PATH="%{_bindir}:${PATH}"
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
%__make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
|
%post
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
%postun
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
|
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
%{tde_libdir}/kwin3_crystal.la
|
||||||
|
%{tde_libdir}/kwin3_crystal.so
|
||||||
|
%{tde_libdir}/kwin_crystal_config.la
|
||||||
|
%{tde_libdir}/kwin_crystal_config.so
|
||||||
|
%{_datadir}/apps/kwin/crystal.desktop
|
||||||
|
|
||||||
|
|
||||||
|
%Changelog
|
||||||
|
* Sat Nov 19 2011 Francois Andriot <francois.andriot@free.fr> - 1.0.5-1
|
||||||
|
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
Loading…
Reference in new issue