diff options
-rw-r--r-- | meta/meta-opie.oe | 1 | ||||
-rw-r--r-- | meta/opie-collections.oe | 2 | ||||
-rw-r--r-- | nonworking/python/python-pyx_0.6.oe | 0 | ||||
-rw-r--r-- | opie-brightnessapplet/opie-brightnessapplet_cvs.oe | 0 | ||||
-rw-r--r-- | python/python-pyx_0.6.oe | 14 |
5 files changed, 2 insertions, 15 deletions
diff --git a/meta/meta-opie.oe b/meta/meta-opie.oe index 615698f0d9..bc5f8029ff 100644 --- a/meta/meta-opie.oe +++ b/meta/meta-opie.oe @@ -33,6 +33,7 @@ opie-aboutapplet \ opie-autorotateapplet \ opie-batteryapplet \ opie-bluetoothapplet \ +opie-brightnessapplet \ opie-cardmon \ opie-clipboardapplet \ opie-clockapplet \ diff --git a/meta/opie-collections.oe b/meta/opie-collections.oe index 6ed6900b25..56ee11df6c 100644 --- a/meta/opie-collections.oe +++ b/meta/opie-collections.oe @@ -25,7 +25,7 @@ OPIE_LIBS_RDEPENDS_append_tosa = " qpf-bitstream-vera-large" OPIE_BASE_APPLETS = "opie-aboutapplet opie-clockapplet opie-logoutapplet \ opie-suspendapplet opie-batteryapplet opie-homeapplet \ opie-multikeyapplet opie-rotateapplet opie-vtapplet \ - opie-cardmon opie-irdaapplet" + opie-cardmon opie-irdaapplet opie-brightnessapplet" OPIE_BASE_INPUTMETHODS = "opie-multikey opie-handwriting opie-pickboard" diff --git a/nonworking/python/python-pyx_0.6.oe b/nonworking/python/python-pyx_0.6.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/python/python-pyx_0.6.oe diff --git a/opie-brightnessapplet/opie-brightnessapplet_cvs.oe b/opie-brightnessapplet/opie-brightnessapplet_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-brightnessapplet/opie-brightnessapplet_cvs.oe diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe deleted file mode 100644 index 8bdaedfc67..0000000000 --- a/python/python-pyx_0.6.oe +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "PyX is a Python package for the creation of encapsulated PostScript figures. \ -It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like \ -2d and 3d plots in publication-ready quality are built out of these primitives." -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core" -DEPENDS = "kpsewhich-native" -SRCNAME = "PyX" - -SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils |