From 3195e0ecef5584eb7366a459da770d209b55ed44 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 8 Oct 2012 12:31:52 -0700 Subject: [PATCH] initial import --- base.yaml | 35 +++++++++++++++++++++++++++++++++++ e17.yaml | 8 ++++++++ slp-fonts.yaml | 17 +++++++++++++++++ x11.yaml | 10 ++++++++++ 4 files changed, 70 insertions(+) create mode 100644 base.yaml create mode 100644 e17.yaml create mode 100644 slp-fonts.yaml create mode 100644 x11.yaml diff --git a/base.yaml b/base.yaml new file mode 100644 index 0000000..830931c --- /dev/null +++ b/base.yaml @@ -0,0 +1,35 @@ +Description: Base System +Name: base +Packages: +- dracut +- openssh +- e2fsprogs +- util-linux +- grep +- connman +- kmod-compat +- kmod +- kernel-adaptation-pc +- tzdata +- setup +- filesystem +- systemd +- bash +- coreutils +- rpm +- vim +- tar +- gzip +- curl +- tizen-release +- zypper +- procps +- psmisc +- net-tools +- parted +- sysvinit-tools +- kbd +- glibc-locale +- linux-firmware +- pciutils +Summary: Base System diff --git a/e17.yaml b/e17.yaml new file mode 100644 index 0000000..6eb5674 --- /dev/null +++ b/e17.yaml @@ -0,0 +1,8 @@ +Description: Enlightenment +Name: enlightenment +Packages: +- enlightenment +- econnman +- tizen-branding-default +- tizen-mobile-session +Summary: Enlightenment diff --git a/slp-fonts.yaml b/slp-fonts.yaml new file mode 100644 index 0000000..bd5d795 --- /dev/null +++ b/slp-fonts.yaml @@ -0,0 +1,17 @@ +Description: SLP Fonts +Name: slp-fonts +Packages: +- slp-fonts-arabic +- slp-fonts-basic +- slp-fonts-chococooky +- slp-fonts-cooljazz +- slp-fonts-fallback +- slp-fonts-hebrew +- slp-fonts-helvetica +- slp-fonts-india +- slp-fonts-japanese +- slp-fonts-korean +- slp-fonts-rosemary +- slp-fonts-thai +- slp-fonts-webcore +Summary: SLP Fonts diff --git a/x11.yaml b/x11.yaml new file mode 100644 index 0000000..e22ffb0 --- /dev/null +++ b/x11.yaml @@ -0,0 +1,10 @@ +Description: X11 +Name: x11 +Packages: +- xf86-input-synaptics +- xf86-video-intel +- xf86-input-keyboard +- xf86-input-evdev +- xorg-launch-helper +- dbus-x11 +Summary: X11 -- 2.7.4