Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
bump version for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpp committed Oct 19, 2013
1 parent ab64253 commit 46bb57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeCPackOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ endmacro(dpkg_arch)
# CPack configuration
set(CPACK_PACKAGE_NAME "deadbeef-plugin-vk")
set(CPACK_PACKAGE_VENDOR "https://github.com/scorpp/db-vk")
set(CPACK_PACKAGE_VERSION "0.1-12")
set(CPACK_PACKAGE_VERSION "0.1-13")
set(CPACK_PACKAGE_CONTACT "[email protected]")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "DeaDBeeF plugin for VKontakte")

# DEB package config
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Kirill Malyshev <[email protected]>")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/scorpp/db-vk")
set(CPACK_DEBIAN_PACKAGE_SECTION "sound")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk2.0-0, libcurl3, deadbeef, libjson-glib-1.0-0")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk2.0-0, libcurl3-gnutls, deadbeef, libjson-glib-1.0-0")
if (${CPACK_GENERATOR} STREQUAL "DEB")
set(CPACK_SET_DESTDIR true)
set(CPACK_INSTALL_PREFIX /opt/deadbeef)
Expand Down

0 comments on commit 46bb57c

Please sign in to comment.