RPM Packaging: update R14 packages

pull/3/head
François Andriot 11 years ago
parent f1a07f9bc2
commit ef403b9174

@ -44,7 +44,9 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
BuildRequires: trinity-tqtinterface-devel >= %{tde_version} BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdelibs-devel >= %{tde_version}
BuildRequires: trinity-tdebase-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version}
BuildRequires: desktop-file-utils BuildRequires: desktop-file-util
BuildRequires: libapt-front-devel
Requires: %{name}-manager = %{version}-%{release} Requires: %{name}-manager = %{version}-%{release}
Requires: %{name}-installer = %{version}-%{release} Requires: %{name}-installer = %{version}-%{release}
@ -165,10 +167,15 @@ export PATH="%{tde_bindir}:${PATH}"
--includedir=%{tde_tdeincludedir} \ --includedir=%{tde_tdeincludedir} \
--libdir=%{tde_libdir} \ --libdir=%{tde_libdir} \
--mandir=%{tde_mandir} \ --mandir=%{tde_mandir} \
\
--disable-rpath \ --disable-rpath \
--enable-closure --enable-closure \
\
--with-extra-includes=%{_includedir}/tqt3 \
\
--enable-adept
%__make %{?_smp_mflags} -C adept %__make %{?_smp_mflags}
%install %install

@ -128,8 +128,8 @@ update-desktop-database %{tde_tdeappdir} -q &> /dev/null
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README TODO %doc README TODO
%{tde_sysconfdir}/xdg/menus/applications-merged/system-settings-merge.menu %{tde_sysconfdir}/xdg/menus/applications-merged/tde-system-settings-merge.menu
%{tde_sysconfdir}/xdg/menus/system-settings.menu %{tde_sysconfdir}/xdg/menus/tde-system-settings.menu
%{tde_bindir}/systemsettings %{tde_bindir}/systemsettings
%{tde_datadir}/applications/tde/audioencoding.desktop %{tde_datadir}/applications/tde/audioencoding.desktop
%{tde_datadir}/applications/tde/defaultapplication.desktop %{tde_datadir}/applications/tde/defaultapplication.desktop

@ -126,8 +126,8 @@ htdig:
$(call buildpkg,3rdparty/htdig) $(call buildpkg,3rdparty/htdig)
imlib1: imlib1:
# Do NOT build on Fedora # Do NOT build on Fedora / CentOS
ifeq ($(wildcard /etc/fedora-release),) ifeq ($(wildcard /etc/fedora-release /etc/centos-release),)
$(call buildpkg,3rdparty/imlib1) $(call buildpkg,3rdparty/imlib1)
endif endif
@ -483,7 +483,10 @@ potracegui: tdebase
$(call buildpkg,applications/potracegui) $(call buildpkg,applications/potracegui)
qt4-tqt-theme-engine: tdebase qt4-tqt-theme-engine: tdebase
# Do NOT build on CentOS
ifeq ($(wildcard /etc/centos-release),)
$(call buildpkg,applications/qt4-tqt-theme-engine) $(call buildpkg,applications/qt4-tqt-theme-engine)
endif
rosegarden: tdebase lilypond rosegarden: tdebase lilypond
$(call buildpkg,applications/rosegarden) $(call buildpkg,applications/rosegarden)
@ -516,7 +519,10 @@ tdeio-umountwrapper: tdebase
$(call buildpkg,applications/tdeio-umountwrapper) $(call buildpkg,applications/tdeio-umountwrapper)
tdenetworkmanager: tdebase tdenetworkmanager: tdebase
# Do NOT build on CentOS
ifeq ($(wildcard /etc/centos-release),)
$(call buildpkg,applications/tdenetworkmanager) $(call buildpkg,applications/tdenetworkmanager)
endif
tdepowersave: tdebase tdepowersave: tdebase
$(call buildpkg,applications/tdepowersave) $(call buildpkg,applications/tdepowersave)

@ -11,8 +11,8 @@ TDE_TARBALLS=${TDE_BASEDIR}/tde-tarballs/${TDE_VERSION}
export PATH="${PATH}:${TDE_GITBASEPKG}" export PATH="${PATH}:${TDE_GITBASEPKG}"
# Distribution suffix (e.g: .el6 , .mga3 ...) # Distribution suffix (e.g: .el6 , .mga3 ...)
export DIST="$( "${TDE_GITBASEPKG}/rpmdist.sh" --dist )" export DIST="$( "${TDE_GITBASEPKG}/build/rpmdist.sh" --dist )"
alias dist='~/bin/rpmdist.sh --dist' #alias dist='~/bin/rpmdist.sh --dist'
# Go to the RPMS folder # Go to the RPMS folder
alias cdrpm='cd ~/rpmbuild/RPMS/RPMS${DIST}' alias cdrpm='cd ~/rpmbuild/RPMS/RPMS${DIST}'

@ -5,10 +5,10 @@
Comment=Configure display Comment=Configure display
Comment[en_US]=Configure display Comment[en_US]=Configure display
+Comment[fr]=Configuration de l'affichage +Comment[fr]=Configuration de l'affichage
# Restore the following key and remove this comment when a help handbook DocPath=kcontrol/displayconfig/index.html
# is written. Disabling this key prevents populating the main handbook Exec=tdecmshell displayconfig
# table of contents with a non-existent document, which results in a GenericName=
@@ -17,6 +18,7 @@ @@ -11,6 +12,7 @@
MimeType= MimeType=
Name=Monitor & Display Name=Monitor & Display
Name[en_US]=Monitor & Display Name[en_US]=Monitor & Display
@ -18,7 +18,7 @@
StartupNotify=true StartupNotify=true
--- trinity-tdebase-3.5.13.2~pre100+073a32f9/kcontrol/iccconfig/iccconfig.desktop.ORI 2013-05-11 21:21:04.241337141 +0200 --- trinity-tdebase-3.5.13.2~pre100+073a32f9/kcontrol/iccconfig/iccconfig.desktop.ORI 2013-05-11 21:21:04.241337141 +0200
+++ trinity-tdebase-3.5.13.2~pre100+073a32f9/kcontrol/iccconfig/iccconfig.desktop 2013-05-11 21:21:44.782537929 +0200 +++ trinity-tdebase-3.5.13.2~pre100+073a32f9/kcontrol/iccconfig/iccconfig.desktop 2013-05-11 21:21:44.782537929 +0200
@@ -18,6 +18,7 @@ @@ -12,6 +12,7 @@
Categories=Qt;TDE;X-TDE-settings-hardware; Categories=Qt;TDE;X-TDE-settings-hardware;
Comment=Configure display ICC profile Comment=Configure display ICC profile
Comment[en_US]=Configure display ICC profile Comment[en_US]=Configure display ICC profile
@ -26,7 +26,7 @@
GenericName= GenericName=
GenericName[en_US]= GenericName[en_US]=
Keywords=ICC,display,color,profile Keywords=ICC,display,color,profile
@@ -24,5 +25,6 @@ @@ -18,5 +19,6 @@
MimeType= MimeType=
Name=ICC Color Profile Name=ICC Color Profile
Name[en_US]=ICC Color Profile Name[en_US]=ICC Color Profile

@ -914,7 +914,7 @@ plugdev group.
%{tde_bindir}/keditfiletype %{tde_bindir}/keditfiletype
%{tde_bindir}/tdefontinst %{tde_bindir}/tdefontinst
%{tde_bindir}/tdefontview %{tde_bindir}/tdefontview
%{tde_bindir}/kinfocenter #%{tde_bindir}/kinfocenter
%{tde_bindir}/klocaldomainurifilterhelper %{tde_bindir}/klocaldomainurifilterhelper
%{tde_bindir}/krdb %{tde_bindir}/krdb
%{tde_tdelibdir}/fontthumbnail.la %{tde_tdelibdir}/fontthumbnail.la
@ -1078,7 +1078,7 @@ plugdev group.
%{tde_tdeappdir}/tdehtml_behavior.desktop %{tde_tdeappdir}/tdehtml_behavior.desktop
%{tde_tdeappdir}/tdehtml_fonts.desktop %{tde_tdeappdir}/tdehtml_fonts.desktop
%{tde_tdeappdir}/tdehtml_java_js.desktop %{tde_tdeappdir}/tdehtml_java_js.desktop
%{tde_tdeappdir}/kinfocenter.desktop #%{tde_tdeappdir}/kinfocenter.desktop
%{tde_tdeappdir}/kthememanager.desktop %{tde_tdeappdir}/kthememanager.desktop
%{tde_tdeappdir}/lanbrowser.desktop %{tde_tdeappdir}/lanbrowser.desktop
%{tde_tdeappdir}/language.desktop %{tde_tdeappdir}/language.desktop
@ -1358,7 +1358,7 @@ needed for a basic TDE desktop installation.
%{tde_datadir}/apps/kcontrol/ %{tde_datadir}/apps/kcontrol/
%{tde_datadir}/apps/tdedisplay/ %{tde_datadir}/apps/tdedisplay/
%{tde_datadir}/apps/tdefontview/ %{tde_datadir}/apps/tdefontview/
%{tde_datadir}/apps/kinfocenter/kinfocenterui.rc #%{tde_datadir}/apps/kinfocenter/kinfocenterui.rc
%{tde_datadir}/apps/kthememanager/themes/* %{tde_datadir}/apps/kthememanager/themes/*
%{tde_datadir}/icons/crystalsvg/*/apps/access.png %{tde_datadir}/icons/crystalsvg/*/apps/access.png
%{tde_datadir}/icons/crystalsvg/*/apps/acroread.png %{tde_datadir}/icons/crystalsvg/*/apps/acroread.png
@ -1594,7 +1594,7 @@ needed for a basic TDE desktop installation.
%{tde_tdedocdir}/HTML/en/kcontrol/ %{tde_tdedocdir}/HTML/en/kcontrol/
%exclude %{tde_tdedocdir}/HTML/en/kcontrol/kcmkonsole/ %exclude %{tde_tdedocdir}/HTML/en/kcontrol/kcmkonsole/
%{tde_tdedocdir}/HTML/en/kinfocenter/ #%{tde_tdedocdir}/HTML/en/kinfocenter/
%post data %post data
for f in crystalsvg ; do for f in crystalsvg ; do
@ -1888,6 +1888,7 @@ Installation of smbclient will make you able to use smb shared printers.
%{tde_datadir}/services/print.protocol %{tde_datadir}/services/print.protocol
%{tde_datadir}/services/printdb.protocol %{tde_datadir}/services/printdb.protocol
%{tde_tdedocdir}/HTML/en/tdeprint/ %{tde_tdedocdir}/HTML/en/tdeprint/
%{tde_tdedocdir}/HTML/en/tdeprintfax/
%post -n trinity-tdeprint %post -n trinity-tdeprint
/sbin/ldconfig || : /sbin/ldconfig || :

@ -458,6 +458,7 @@ A fax viewer for Trinity, supporting the display of raw and tiffed fax images
%{tde_datadir}/apps/kfax/ %{tde_datadir}/apps/kfax/
%{tde_datadir}/icons/hicolor/??x??/apps/kfax.png %{tde_datadir}/icons/hicolor/??x??/apps/kfax.png
%{tde_datadir}/icons/hicolor/scalable/apps/kfax.svgz %{tde_datadir}/icons/hicolor/scalable/apps/kfax.svgz
%{tde_tdedocdir}/HTML/en/kfax/
%post -n trinity-kfax %post -n trinity-kfax
for f in hicolor ; do for f in hicolor ; do
@ -497,6 +498,7 @@ kfax application once it reproduces all of kfax's features.
%{tde_datadir}/icons/hicolor/scalable/apps/kfaxview.svgz %{tde_datadir}/icons/hicolor/scalable/apps/kfaxview.svgz
%{tde_datadir}/services/kfaxmultipage.desktop %{tde_datadir}/services/kfaxmultipage.desktop
%{tde_datadir}/services/kfaxmultipage_tiff.desktop %{tde_datadir}/services/kfaxmultipage_tiff.desktop
%{tde_tdedocdir}/HTML/en/kfaxview/
%post -n trinity-kfaxview %post -n trinity-kfaxview
for f in hicolor ; do for f in hicolor ; do
@ -532,7 +534,7 @@ Homepage: http://kgamma.berlios.de/index2.php
%{tde_bindir}/xf86gammacfg %{tde_bindir}/xf86gammacfg
%{tde_tdelibdir}/kcm_kgamma.la %{tde_tdelibdir}/kcm_kgamma.la
%{tde_tdelibdir}/kcm_kgamma.so %{tde_tdelibdir}/kcm_kgamma.so
%{tde_tdeappdir}/kgamma.desktop %{tde_datadir}/applnk/.hidden/kgamma.desktop
%{tde_datadir}/apps/kgamma/ %{tde_datadir}/apps/kgamma/
%{tde_datadir}/icons/hicolor/*/apps/kgamma.png %{tde_datadir}/icons/hicolor/*/apps/kgamma.png
%{tde_tdedocdir}/HTML/en/kgamma/ %{tde_tdedocdir}/HTML/en/kgamma/

@ -36,8 +36,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: %{name}-%{version}%{?preversion:~%{preversion}}.tar.gz Source0: %{name}-%{version}%{?preversion:~%{preversion}}.tar.gz
Patch1: tdelibs-14.0.0-fix_icon_path.patch
# Patches from Mandriva # Patches from Mandriva
Patch101: tdelibs-14.0.0-xdg_dirs_set_path.patch Patch101: tdelibs-14.0.0-xdg_dirs_set_path.patch
Patch102: tdelibs-14.0.0-cups_by_default.patch Patch102: tdelibs-14.0.0-cups_by_default.patch
@ -448,8 +446,6 @@ applications for TDE.
%prep %prep
%setup -q -n %{name}-%{version}%{?preversion:~%{preversion}} %setup -q -n %{name}-%{version}%{?preversion:~%{preversion}}
%patch1 -p1 -b .icons
%patch101 -p1 -b .xdg_path %patch101 -p1 -b .xdg_path
%patch102 -p1 -b .cups_by_default %patch102 -p1 -b .cups_by_default

@ -882,6 +882,7 @@ keybox and for retrieving certificates from LDAP servers.
%{tde_datadir}/apps/kleopatra %{tde_datadir}/apps/kleopatra
%{tde_datadir}/apps/kwatchgnupg %{tde_datadir}/apps/kwatchgnupg
%{tde_datadir}/services/kleopatra_config_*.desktop %{tde_datadir}/services/kleopatra_config_*.desktop
%{tde_tdeappdir}/kleopatra.desktop
%{tde_tdedocdir}/HTML/en/kleopatra/ %{tde_tdedocdir}/HTML/en/kleopatra/
%{tde_tdedocdir}/HTML/en/kwatchgnupg/ %{tde_tdedocdir}/HTML/en/kwatchgnupg/

@ -374,7 +374,7 @@ in a file manager.
%{tde_datadir}/icons/hicolor/*/apps/kdf.png %{tde_datadir}/icons/hicolor/*/apps/kdf.png
%{tde_datadir}/icons/hicolor/*/apps/kwikdisk.png %{tde_datadir}/icons/hicolor/*/apps/kwikdisk.png
%{tde_tdedocdir}/HTML/en/kdf/ %{tde_tdedocdir}/HTML/en/kdf/
%{tde_tdedocdir}/HTML/en/kinfocenter/blockdevices/ %{tde_tdedocdir}/HTML/en/kcontrol/storagedevices/
%post -n trinity-kdf %post -n trinity-kdf
for f in crystalsvg hicolor ; do for f in crystalsvg hicolor ; do
@ -728,6 +728,8 @@ plugin, if you need this package please file a bug.
%{tde_datadir}/services/kmilo/kmilo_delli8k.desktop %{tde_datadir}/services/kmilo/kmilo_delli8k.desktop
%{tde_datadir}/services/kmilo/kmilo_kvaio.desktop %{tde_datadir}/services/kmilo/kmilo_kvaio.desktop
%{tde_datadir}/services/kmilo/kmilo_thinkpad.desktop %{tde_datadir}/services/kmilo/kmilo_thinkpad.desktop
%{tde_tdedocdir}/HTML/en/kcontrol/kvaio/
%{tde_tdedocdir}/HTML/en/kcontrol/thinkpad/
########## ##########

Loading…
Cancel
Save