summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-30 15:40:29 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-30 15:40:36 -0500
commite2c66b56046b68e160bd8a3f235cc9b2893c7fee (patch)
tree87cbc722baad3aadf60df648e92893746d35fa9a /media-libs/edje
parentx11-wm/enlightenment: version bump to 0.20.2 #570224 (diff)
downloadgentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.gz
gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.tar.bz2
gentoo-e2c66b56046b68e160bd8a3f235cc9b2893c7fee.zip
enlightenment metadata.xml: standardize
Diffstat (limited to 'media-libs/edje')
-rw-r--r--media-libs/edje/metadata.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/edje/metadata.xml b/media-libs/edje/metadata.xml
index c360c1c28536..a87f862606e5 100644
--- a/media-libs/edje/metadata.xml
+++ b/media-libs/edje/metadata.xml
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<herd>enlightenment</herd>
<use>
- <flag name='cache'>Enable caching</flag>
+ <flag name='cache'>Enable caching</flag>
</use>
<longdescription>
Edje is a complex graphical design and layout library.
-It's purpose is to be a sequel to "Ebits" which to date has serviced the needs of
+It's purpose is to be a sequel to 'Ebits' which to date has serviced the needs of
Enlightenment development for version 0.17. The original design paramteres under
which Ebits came about were a lot more restricted than the resulting use of them,
thus Edje was born.
@@ -33,7 +33,7 @@ collection, allowing for the sharing of data betwene display elements). Each par
collection consists of a list of visual parts, as well as a list of programs. A
program is a conditionally run program that if a particular event occurs (a button
is pressed, a mouse enters or leaves a part) will trigger an action that may affect
-other parts. In this way a part collection can be "programmed" via its file as to
+other parts. In this way a part collection can be 'programmed' via its file as to
hilight buttons when the mouse passes over them or show hidden parts when a button
is clicked somewhere etc. The actions performed in changing from one state to
another ar also allowed to transition over a period of time, allowing animation.