Commit Graph

21 Commits

Author SHA1 Message Date
Pander a1694f10fb Removed unneed x flags and fixed filename typo 2017-08-07 16:13:18 +02:00
xphnx b2e29984a1 update gradle and change name to Ameixa CM 2016-06-24 19:46:37 +02:00
rober e79201f90b update to 2.1 2015-07-31 19:31:00 +02:00
rober 678711d4f7 Minor fix 2015-04-13 18:29:34 +02:00
rober 204bdf6f40 Fix build for fdroid autoupdate 2015-04-13 18:15:17 +02:00
Xphnx ea82f6b343 Fix build 2015-04-13 16:05:07 +00:00
Xphnx 86d06ab64e Fix build for fdroid autoupdate 2015-04-13 15:40:57 +00:00
rober e67f8354ef update to v0.7 2015-04-11 13:34:40 +02:00
rober 59c6d22146 Revert build from svg 2015-04-10 18:07:50 +02:00
Xphnx f5a3373bae Merge branch 'gradle-makes-pngs' into 'master'
Gradle makes pngs: it builds

This branch can generate png icons from svg files at build time. It also introduces new, precolored SVG templates.
I found that while the cleaning is not elegant and proper incremental building is missing, I currently don't know how to make it substantially better.
Please test with some of your icons before merging. Ideally also follow 'Brief introduction' from https://gitlab.com/xphnx/twelf_cm12_theme/wikis/icons-en to check whether it's correct and sane.

For other details, let me quote build.gradle:
```groovy
// This scripts builds the icon theme, rendering png files in build-time.
// Should be portable, doesn't require rsvg-tools or inkscape at all.

// Somebody who knows groovy/gradle should have a look at that
// and correct all the dirty hacks I've used here, willingly or unwillingly.

// For some reasons the former template was so messy, that the icons
// based on it do not render. Please paste the icon onto the new template
// (svg-icons/twelf-icon-template.png).

// It also generates pre-colored svg icon templates
// in a directory named 'templates'.
```

See merge request !3
2015-04-10 10:26:29 +00:00
rober 00113898ee update to v0.6 2015-04-09 21:52:14 +02:00
rober 6922e62e0d update version to 0.5 2015-03-30 21:54:56 +02:00
Alexander Sosedkin d40dcd6796 build fix 2015-03-28 11:07:15 +06:00
Alexander Sosedkin 1009efae94 generating pre-colored svg icon templates from a master template 2015-03-28 11:07:15 +06:00
Alexander Sosedkin ce8fa72bd8 new build system, generates pngs during build-time 2015-03-28 11:07:15 +06:00
Alexander Sosedkin cdde4fc1c8 Merge branch 'master' of gitlab.com:t184256/twelf_cm12_theme
Conflicts:
	build.gradle
2015-03-28 10:55:28 +06:00
Alexander Sosedkin 12c109238d inlined theme/build.gradle into the root build.gradle 2015-03-28 10:52:31 +06:00
rober dcbb840028 update to 0.4 and fist update from Cyanogenmod 2015-03-27 20:34:20 +01:00
Alexander Sosedkin acfebed505 inlined theme/build.gradle into the root build.gradle 2015-03-24 17:53:58 +06:00
Clark Scheff 9a94bc262b Provide a better project structure
Change-Id: Ie5d7c20a68d492c0dbc30d3cfa869dc6472e5ad3
2014-09-12 09:44:45 -07:00
neatchee fbedd16970 Migrate to Gradle and junk cleanup
Migrated to Gradle project format; removed unnecessary assets; all assets converted to greyscale

Change-Id: I6b838a33e8aa0945ab0e2dd13e0bfc31b476414f
2014-06-24 17:35:05 -07:00