Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399757 - kde-misc/kio_gopher-0.1.4: version bump request
Summary: kde-misc/kio_gopher-0.1.4: version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo KDE team
URL: http://download.kde.org/download.php?...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 19:04 UTC by Martin Walch
Modified: 2012-01-22 20:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2012-01-22 19:04:19 UTC
Not sure if anybody out there is actually still using this. However, there is a version update. As far as I see, the changes that were made are:

* many translation updates
* small changes to CMakeLists.txt:

-if (NOT KDE4_FOUND)
-       find_package(KDE4 REQUIRED)
-       include(KDE4Defaults)
-       add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-       include_directories(${KDE4_INCLUDES})
-endif (NOT KDE4_FOUND)
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+include_directories(${KDE4_INCLUDES})
 
+add_subdirectory(doc)
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-01-22 20:52:24 UTC
Bumped. Thanks for reporting. Sync in some hours.