Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

Commit

Permalink
Fixed URLs and generalised to "Numix Project"
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Jun 19, 2018
1 parent 5bc37fe commit 241c7bf
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 31 deletions.
12 changes: 5 additions & 7 deletions Makefile
@@ -1,14 +1,12 @@
all:

install:
mkdir -p $(DESTDIR)/usr/share
cp --no-preserve=mode,ownership -r \
color-schemes \
plasma
mkdir -p ~/.local/share
cp --no-preserve=mode,ownership -r plasma color-schemes ~/.local/share

uninstall:
-rm -r $(DESTDIR)/usr/share/color-schemes/Numix.colors
-rm -rf $(DESTDIR)/usr/share/plasma/desktoptheme/Numix
-rm -rf $(DESTDIR)/usr/share/plasma/look-and-feel/org.numixproject.kde
-rm -r ~/.local/share/color-schemes/Numix.colors
-rm -rf ~/.local/share/plasma/desktoptheme/Numix
-rm -rf ~/.local/share/plasma/look-and-feel/org.numixproject.kde

.PHONY: all install uninstall
24 changes: 13 additions & 11 deletions README.md
@@ -1,22 +1,24 @@
Numix pack for KDE

# Numix KDE Theme
A modern flat theme with a combination of light and dark elements. [See here](https://github.com/numixproject/numix-gtk-theme) for the GTK version.
version
<p align="center">
<img src="https://raw.githubusercontent.com/varlesh/numix-kde-theme/master/preview.png" alt="Preview Numix KDE"/>
<img src="https://user-images.githubusercontent.com/5920259/41619714-21022082-73ff-11e8-9cd7-f8aec2494c13.png" alt="Preview Numix KDE"/>
</p>

### Installation
Install:
```
git clone https://github.com/varlesh/numix-kde-theme.git
```bash
git clone https://github.com/numixproject/numix-kde-theme.git
cd numix-kde-theme
sudo make install
make install
```

Remove:
```
git clone https://github.com/varlesh/numix-kde-theme.git
```bash
git clone https://github.com/numixproject/numix-kde-theme.git
cd numix-kde-theme
sudo make uninstall
make uninstall
```
### Code and license

License: GPL-3.0+
### Code and license
This theme was originally made by [@satya164](https://github.com/satya164) and was further developed by [@varlesh](https://github.com/varlesh). License: GPL-3.0+
3 changes: 0 additions & 3 deletions plasma/desktoptheme/Numix/AUTHORS

This file was deleted.

6 changes: 3 additions & 3 deletions plasma/desktoptheme/Numix/metadata.desktop
@@ -1,11 +1,11 @@
[Desktop Entry]
Name=Numix

X-KDE-PluginInfo-Author=Alexey Varfolomeev
X-KDE-PluginInfo-Email=varlesh@gmail.com
X-KDE-PluginInfo-Author=Numix Project
X-KDE-PluginInfo-Email=numixproject@gmail.com
X-KDE-PluginInfo-Name=org.numixproject.kde
X-KDE-PluginInfo-Version=
X-KDE-PluginInfo-Website=https://github.com/numixproject
X-KDE-PluginInfo-Website=https://numixproject.github.io
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL v3
Expand Down
4 changes: 0 additions & 4 deletions plasma/look-and-feel/org.numixproject.kde/AUTHORS

This file was deleted.

6 changes: 3 additions & 3 deletions plasma/look-and-feel/org.numixproject.kde/metadata.desktop
Expand Up @@ -9,13 +9,13 @@ Type=Service

X-KDE-ServiceTypes=Plasma/LookAndFeel
X-KDE-ParentApp=
X-KDE-PluginInfo-Author=Alexey Varfolomeev
X-KDE-PluginInfo-Author=Numix Project
X-KDE-PluginInfo-Category=
X-KDE-PluginInfo-Email=
X-KDE-PluginInfo-Email=numixproject@gmail.com
X-KDE-PluginInfo-License=GNU GPL v3
X-KDE-PluginInfo-Name=org.numixproject.kde
X-KDE-PluginInfo-Version=
X-KDE-PluginInfo-Website=https://github.com/numixproject
X-KDE-PluginInfo-Website=https://numixproject.github.io
X-KDE-fallbackPackage=org.kde.breeze.desktop
X-Plasma-MainScript=defaults
X-KPackage-Dependencies=kns://colorschemes.knsrc/api.kde-look.org/1181534,kns://plasma-themes.knsrc/api.kde-look.org/1181533
Binary file removed preview.png
Binary file not shown.

0 comments on commit 241c7bf

Please sign in to comment.