diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:56:37 -0600 |
commit | f27722e2ce5ace1f24cd5708825dd5ca15f99eb5 (patch) | |
tree | 230b82d435adca7dbef3efd8c46293bc37240d35 /Helperstuff/BuildService | |
parent | 13bee4c83a03d3b058a5c67e1f1da7fc60c33ee3 (diff) | |
download | tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.tar.gz tdesvn-f27722e2ce5ace1f24cd5708825dd5ca15f99eb5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'Helperstuff/BuildService')
-rw-r--r-- | Helperstuff/BuildService/debian.changelog | 6 | ||||
-rw-r--r-- | Helperstuff/BuildService/tdesvn.spec.in | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Helperstuff/BuildService/debian.changelog b/Helperstuff/BuildService/debian.changelog index 8f81ed3..8d18bdb 100644 --- a/Helperstuff/BuildService/debian.changelog +++ b/Helperstuff/BuildService/debian.changelog @@ -78,14 +78,14 @@ tdesvn (0.14.0-1) unstable; urgency=low * debian/tdesvn.menu - Change section to "Applications/Programming" to comply with the new menu spec. - * debian/patches/01-bashisms_kconf_update.patch - - Fix a bashism in the kconf_update script. + * debian/patches/01-bashisms_tdeconf_update.patch + - Fix a bashism in the tdeconf_update script. * debian/control - Use the new "Homepage:" field to specify the upstream URL. - SONAME bump, rename the libsvnqt3 package to libsvnqt4. * Rename libsvnqt3.install to libsvnqt4.install. * debian/tdesvn.install - - Install the kconf_update files. + - Install the tdeconf_update files. * debian/libsvnqt-dev.install - No longer install the libtool *.la files for libsvnqt. diff --git a/Helperstuff/BuildService/tdesvn.spec.in b/Helperstuff/BuildService/tdesvn.spec.in index 55405f6..84affd0 100644 --- a/Helperstuff/BuildService/tdesvn.spec.in +++ b/Helperstuff/BuildService/tdesvn.spec.in @@ -96,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %{_datadir}/apps/tdesvn/* %{_datadir}/apps/tdesvnpart/* -%{_datadir}/apps/kconf_update/* +%{_datadir}/apps/tdeconf_update/* %{_datadir}/config.kcfg/* %{_datadir}/doc/* %{_datadir}/icons/* @@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*/kded_tdesvnd.* %{_datadir}/services/kded/tdesvnd.desktop %{_datadir}/apps/konqueror/servicemenus/tdesvn* -%{_libdir}/*/kio_ksvn* +%{_libdir}/*/tdeio_ksvn* %{_datadir}/services/ksvn*.protocol %{_datadir}/man/man1/* %{_libdir}/libsvnqt*.so* |