summaryrefslogtreecommitdiffstats
path: root/pics
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-02-01 11:44:29 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-01 23:35:54 +0900
commit7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab (patch)
treec6ac41cc14bcf0e03f8b4c09771c52858b53b786 /pics
parent2ef205291e8a19956997685093de0c77bbae6277 (diff)
downloadkshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.tar.gz
kshutdown-7f6e5e66e8ce89573cce241d8105f48f1aa1b5ab.zip
Drop automake build support.
Add basic cmake build instructions. Delete *.spec files. Delete the NEWS file. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 1308547df8b6d3aa800115b4f283112b09106f7f)
Diffstat (limited to 'pics')
-rw-r--r--pics/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/pics/Makefile.am b/pics/Makefile.am
deleted file mode 100644
index a316682..0000000
--- a/pics/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-EXTRA_DIST = \
- hi32-app-kshutdown.png \
- hi48-app-kshutdown.png \
- kshutdown.svg
-
-install-data-local:
- $(mkinstalldirs) $(kde_icondir)/hicolor/32x32/apps/
- $(INSTALL_DATA) $(srcdir)/hi32-app-kshutdown.png $(kde_icondir)/hicolor/32x32/apps/kshutdown.png
-
- $(mkinstalldirs) $(kde_icondir)/hicolor/48x48/apps/
- $(INSTALL_DATA) $(srcdir)/hi48-app-kshutdown.png $(kde_icondir)/hicolor/48x48/apps/kshutdown.png
-
-uninstall-local:
- -rm -f $(kde_icondir)/hicolor/32x32/apps/kshutdown.png
- -rm -f $(kde_icondir)/hicolor/48x48/apps/kshutdown.png