~torsten.franz/kubuntu-web-shortcuts/kubuntu-web-shortcuts

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Harald Sitter
  • Date: 2015-02-16 08:35:33 UTC
  • Revision ID: apachelogger@ubuntu.com-20150216083533-askz0mp3vsk08wu9
*  Port to KDE Frameworks 5
  + Move from a Makefile to a simple install file.
  + Drop build depends on kdelibs-bin
  + Bump bdep on pkg-kde-tools to 0.15.16ubuntu2 as the previous
    kf5 versions had no kubuntu_l10n sequence for debhelper
* Bump standars version to 3.9.6 (no change)
* Add more altnerative suggests for plasma-workspace as it also
  provides a UI for running

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Makefile for Kubuntu Helpers
3
 
# (C) 2008 by Guillaume Martres <smarter@ubuntu.com>
4
 
# (C) 2007 by Harald Sitter <sitter.harald@gmail.com>
5
 
# (C) 2005 by Stephan Hermann <sh@sourcecode.de>
6
 
#
7
 
 
8
 
ifndef DESTDIR
9
 
DESTDIR=
10
 
endif
11
 
 
12
 
providers=      $(shell /bin/ls searchproviders)
13
 
 
14
 
SERVICE_DIR=$(shell kde4-config --install services)
15
 
 
16
 
SEARCHPROVIDERS:=$(SERVICE_DIR)/searchproviders
17
 
 
18
 
all: 
19
 
 
20
 
install: searchproviders
21
 
 
22
 
searchproviders: $(providers)
23
 
 
24
 
%.desktop: 
25
 
        @echo "Installing: $(DESTDIR)$(SEARCHPROVIDERS)/$@"
26
 
        install -D -m 644 searchproviders/$@ $(DESTDIR)$(SEARCHPROVIDERS)/$@