diff options
author | François Andriot <[email protected]> | 2013-07-23 11:27:31 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-07-23 11:27:31 +0200 |
commit | a28a81a1e4d7de6ba67b1cd65d3f688582a0745e (patch) | |
tree | 7434e013d26b3944c3c47fd7648b4bf0d9c662a0 /redhat/dependencies/tqt3/tqt3-14.0.0.spec | |
parent | 9ca62feb4da4e0a9e0b2ca23788517d7a09017f3 (diff) | |
parent | 2a941557a7a8911a4b33912a12aa9792fd8605f9 (diff) | |
download | tde-packaging-a28a81a1e4d7de6ba67b1cd65d3f688582a0745e.tar.gz tde-packaging-a28a81a1e4d7de6ba67b1cd65d3f688582a0745e.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/dependencies/tqt3/tqt3-14.0.0.spec')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-14.0.0.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index 9c7169d79..aa2813914 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -26,6 +26,8 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Patch1: tqt3-14.0.0-shared_lib.patch # [tqt3] Fix FTBFS Patch2: tqt3-14.0.0-fix_ftbfs.patch +# [tqt3] Fix GLIB initialization +Patch3: tqt3-14.0.0-fix_glib_init.patch BuildRequires: desktop-file-utils BuildRequires: libmng-devel @@ -428,6 +430,7 @@ for the TQt 3 toolkit. %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} %patch1 -p1 -b .sharedlibs %patch2 -p1 -b .ftbfs +%patch3 -p1 -b .glibinit %build unset QTDIR QTINC QTLIB |