xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
<root> / CMakeLists.txt (f58278c300ae6dfbda77e7fb01c754c16f898024) (513B) (mode 100644) [raw]
1 2 3 4 5 6 7 8 9 10
project(mpdknotifier)
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include_directories(${KDE4_INCLUDES})
set(mpdknotifier_SRCS src/main.cpp src/notifier.cpp)
kde4_add_executable(mpdknotifier ${mpdknotifier_SRCS})
target_link_libraries(mpdknotifier ${KDE4_KDEUI_LIBS} ${QT_QTNETWORK_LIBRARY})
install(FILES mpdknotifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier)
install(FILES nocover.jpg DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier)
install(TARGETS mpdknotifier ${INSTALL_TARGETS_DEFAULT_ARGS})
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/mpdknotifier

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/mpdknotifier

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master