Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic2ec committed Nov 19, 2017
1 parent abb98ca commit 85d6b00
Show file tree
Hide file tree
Showing 239 changed files with 1,422 additions and 1,476 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
@@ -1,3 +1,3 @@
Main developers:
Roland Singer <roland@manjaro.org>
Ramon Buldó <ramon@manjaro.org>
Roland Singer <roland@namib.org>
Ramon Buldó <ramon@namib.org>
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
project(manjaro-settings-manager)
project(namib-settings-manager)
SET(PROJECT_VERSION "0.5.3")

cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
@@ -1,5 +1,5 @@
# This is for local testing and only works if used in the root of the cloned repo (with makepkg)
# Maintainer : Ramon Buldo <ramon@manjaro.org>
# Maintainer : Ramon Buldo <ramon@namib.org>

pkgname=kcm-nsm
pkgver=0.4.95
Expand All @@ -12,8 +12,8 @@ depends=('icu' 'qt5-base' 'hwinfo' 'kitemmodels' 'kauth'
'kconfigwidgets' 'kcoreaddons' 'kcmutils' 'ckbcomp'
'knotifications' 'xdg-utils')
makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'qt5-tools')
conflicts=('manjaro-settings-manager' 'manjaro-settings-manager-kcm' 'manjaro-settings-manager-knotifier' 'manjaro-settings-manager-notifier')
provides=("manjaro-settings-manager" 'manjaro-settings-manager-kcm' 'manjaro-settings-manager-knotifier' 'manjaro-settings-manager-notifier')
conflicts=('namib-settings-manager' 'namib-settings-manager-kcm' 'namib-settings-manager-knotifier' 'namib-settings-manager-notifier')
provides=("namib-settings-manager" 'namib-settings-manager-kcm' 'namib-settings-manager-knotifier' 'namib-settings-manager-notifier')

build() {
cd ..
Expand Down
20 changes: 10 additions & 10 deletions README.md
@@ -1,15 +1,15 @@
# Manjaro Settings Manager
# Namib Settings Manager

The Manjaro Settings Manager offers you a series of settings, which are
either enabled by Manjaro (i.e. installation of multiple kernels) or are
The Namib Settings Manager offers you a series of settings, which are
either enabled by Namib (i.e. installation of multiple kernels) or are
missing from at least some of popular Desktop Environments and Window Managers.

Currently has modules written for Manjaro Hardware Detection (MHWD), Language,
Currently has modules written for Namib Hardware Detection (MHWD), Language,
Kernel, Keyboard, Time and Date and User Accounts.

It also includes a daemon to notify user of new language packages or kernels.

Manjaro Settings Manager is under active development.
Namib Settings Manager is under active development.


### BUILD INSTRUCTIONS
Expand Down Expand Up @@ -53,8 +53,8 @@ It will also show up the new kcm modules in kde's systemsettings or issuing the

### RESOURCES

* Website https://manjaro.org/
* Wiki https://wiki.manjaro.org/
* Mailing List https://lists.manjaro.org/mailman/listinfo
* Download https://manjaro.org/get-manjaro/
* IRC #manjaro (www.freenode.com)
* Website https://namib.org/
* Wiki https://wiki.namib.org/
* Mailing List https://lists.namib.org/mailman/listinfo
* Download https://namib.org/get-namib/
* IRC #namib (www.freenode.com)
2 changes: 1 addition & 1 deletion hacking/msmstyle
@@ -1,5 +1,5 @@
#!/bin/sh
# Calls astyle with settings matching Manjaro Settings Manager coding style
# Calls astyle with settings matching Namib Settings Manager coding style
# Requires astyle >= 2.04
set -e

Expand Down
2 changes: 1 addition & 1 deletion resources/icons/CMakeLists.txt
@@ -1,4 +1,4 @@

ecm_install_icons(ICONS
sc-apps-manjaro-settings-manager.svg
sc-apps-namib-settings-manager.svg
DESTINATION ${ICON_INSTALL_DIR})
89 changes: 0 additions & 89 deletions resources/icons/sc-apps-manjaro-settings-manager.svg

This file was deleted.

52 changes: 52 additions & 0 deletions resources/icons/sc-apps-namib-settings-manager.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -3,4 +3,4 @@ add_subdirectory(modules)
add_subdirectory(msm)
add_subdirectory(notifier)

install(FILES manjaro-category.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install(FILES namib-category.desktop DESTINATION ${SERVICES_INSTALL_DIR})
10 changes: 5 additions & 5 deletions src/libmsm/ActionDialog.cpp
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#include "ActionDialog.h"
Expand Down
10 changes: 5 additions & 5 deletions src/libmsm/ActionDialog.h
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef ACTIONDIALOG_H
Expand Down
10 changes: 5 additions & 5 deletions src/libmsm/Kernel.cpp
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Kernel.h"
Expand Down
10 changes: 5 additions & 5 deletions src/libmsm/Kernel.h
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef KERNEL_H
Expand Down
10 changes: 5 additions & 5 deletions src/libmsm/KernelModel.cpp
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#include "KernelModel.h"
Expand Down
10 changes: 5 additions & 5 deletions src/libmsm/KernelModel.h
@@ -1,20 +1,20 @@
/*
* This file is part of Manjaro Settings Manager.
* This file is part of Namib Settings Manager.
*
* Ramon Buldó <ramon@manjaro.org>
* Ramon Buldó <ramon@namib.org>
*
* Manjaro Settings Manager is free software: you can redistribute it and/or modify
* Namib Settings Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Manjaro Settings Manager is distributed in the hope that it will be useful,
* Namib Settings Manager is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Manjaro Settings Manager. If not, see <http://www.gnu.org/licenses/>.
* along with Namib Settings Manager. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef KERNELMODEL_H
Expand Down

0 comments on commit 85d6b00

Please sign in to comment.