Fix ubuntu package
This commit is contained in:
parent
ad3c77cb5a
commit
b64e8120a4
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: clementine
|
||||
Section: unknown
|
||||
Priority: extra
|
||||
Maintainer: David Sansome <me@davidsansome.com>
|
||||
Build-Depends: debhelper (>= 7), liblastfm-dev, libtag1-dev, libxine-dev, libnotify-dev, libboost-dev, libqt4-dev, qt4-dev-tools, libqt4-opengl-dev
|
||||
Build-Depends: debhelper (>= 7), liblastfm-dev, libtag1-dev, libxine-dev, libnotify-dev, libboost-dev, libqt4-dev, qt4-dev-tools, libqt4-opengl-dev, cmake, libsqlite3-dev
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://code.google.com/p/clementine-player/
|
||||
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -16,14 +16,14 @@
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
qmake-qt4
|
||||
cd bin && cmake ..
|
||||
touch configure-stamp
|
||||
|
||||
|
||||
build: build-stamp
|
||||
build-stamp: configure-stamp
|
||||
dh_testdir
|
||||
make
|
||||
cd bin && make
|
||||
touch $@
|
||||
|
||||
clean:
|
||||
@ -48,7 +48,7 @@ install: build
|
||||
install -d $(CURDIR)/debian/clementine/usr/share/applications
|
||||
install -d $(CURDIR)/debian/clementine/usr/share/icons/hicolor/64x64/apps
|
||||
|
||||
install -m 0755 src/clementine $(CURDIR)/debian/clementine/usr/bin/clementine
|
||||
install -m 0755 bin/clementine $(CURDIR)/debian/clementine/usr/bin/clementine
|
||||
install -m 0644 dist/clementine.desktop $(CURDIR)/debian/clementine/usr/share/applications/clementine.desktop
|
||||
install -m 0644 dist/clementine_64.png $(CURDIR)/debian/clementine/usr/share/icons/hicolor/64x64/apps/application-x-clementine.png
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user