Mer/Documentation/Creating new themes

m (Protected "Mer/Documentation/Creating new themes": Excessive vandalism ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
=== Creating new themes for hildon-theme-layout-mer. ===
+
{{Mer}}
-
 
+
First you'll need a working Mer installation. You can use VMDK (virtual machine) or chroot for example.
First you'll need a working Mer installation. You can use VMDK (virtual machine) or chroot for example.
-
 
-
 
== Get sources and Build Depends ==
== Get sources and Build Depends ==
After installation, run
After installation, run
-
 
+
sudo apt-get update
-
* sudo apt-get update
+
To update package lists.
To update package lists.
-
 
+
sudo apt-get build-dep hildon-theme-liberty-mer
-
* sudo apt-get build-dep hildon-theme-liberty-mer
+
To get all build-depends of theme.
To get all build-depends of theme.
-
 
+
sudo apt-get source hildon-theme-liberty-mer
-
* sudo apt-get source hildon-theme-liberty-mer
+
To get sources for liberty-mer theme.
To get sources for liberty-mer theme.
-
 
-
 
== Crating a new theme ==
== Crating a new theme ==
Line 28: Line 20:
Then, you can edit the big .svg template under the template/ in source directory.
Then, you can edit the big .svg template under the template/ in source directory.
-
[[Category:Mer|Themes (How to create)]]
 

Latest revision as of 14:02, 23 July 2022

Image:Mer infobox icon.png
Mer is back : Please visit http://www.merproject.org to learn more about this news.


First you'll need a working Mer installation. You can use VMDK (virtual machine) or chroot for example.

Get sources and Build Depends

After installation, run

sudo apt-get update

To update package lists.

sudo apt-get build-dep hildon-theme-liberty-mer

To get all build-depends of theme.

sudo apt-get source hildon-theme-liberty-mer

To get sources for liberty-mer theme.

Crating a new theme

First you need a software to edit vector graphics with. Inkscape is recommended.

Then, you can edit the big .svg template under the template/ in source directory.