Update the URLs in the deb, rpm and windows installer to point to the new website
This commit is contained in:
parent
5015374c42
commit
bda6e4bae1
2
debian/control
vendored
2
debian/control
vendored
@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 7),
|
|||||||
libusbmuxd-dev,
|
libusbmuxd-dev,
|
||||||
libmtp-dev
|
libmtp-dev
|
||||||
Standards-Version: 3.8.1
|
Standards-Version: 3.8.1
|
||||||
Homepage: http://code.google.com/p/clementine-player/
|
Homepage: http://www.clementine-player.org/
|
||||||
|
|
||||||
Package: clementine
|
Package: clementine
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
2
dist/clementine.spec.in
vendored
2
dist/clementine.spec.in
vendored
@ -5,7 +5,7 @@ Summary: A music player and library organiser
|
|||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: http://code.google.com/p/clementine-player
|
URL: http://www.clementine-player.org/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
2
dist/windows/clementine.nsi.in
vendored
2
dist/windows/clementine.nsi.in
vendored
@ -4,7 +4,7 @@
|
|||||||
!define PRODUCT_VERSION_MINOR @CLEMENTINE_VERSION_MINOR@
|
!define PRODUCT_VERSION_MINOR @CLEMENTINE_VERSION_MINOR@
|
||||||
!define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_STRING@"
|
!define PRODUCT_DISPLAY_VERSION "@CLEMENTINE_VERSION_STRING@"
|
||||||
!define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_SHORT_STRING@"
|
!define PRODUCT_DISPLAY_VERSION_SHORT "@CLEMENTINE_VERSION_SHORT_STRING@"
|
||||||
!define PRODUCT_WEB_SITE "http://code.google.com/p/clementine-player/"
|
!define PRODUCT_WEB_SITE "http://www.clementine-player.org/"
|
||||||
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
||||||
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
|
||||||
!define PRODUCT_INSTALL_DIR "$PROGRAMFILES\Clementine"
|
!define PRODUCT_INSTALL_DIR "$PROGRAMFILES\Clementine"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user