From f98ede328c91b510d5a170c4972bcb29174c6d9c Mon Sep 17 00:00:00 2001 From: "jh0506.yun" Date: Thu, 6 Oct 2016 10:18:38 +0900 Subject: Add ElmSharp theme Signed-off-by: jh0506.yun Change-Id: Iaec9141c09206230cb1b6d1b66dc0b86ab7653fa --- packaging/elm-sharp.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packaging/elm-sharp.spec') diff --git a/packaging/elm-sharp.spec b/packaging/elm-sharp.spec index 34f2202..a9817d5 100644 --- a/packaging/elm-sharp.spec +++ b/packaging/elm-sharp.spec @@ -20,6 +20,7 @@ BuildRequires: mono-compiler BuildRequires: mono-devel BuildRequires: dotnet-build-tools +BuildRequires: edje-tools %description C# Binding for Elementary @@ -40,6 +41,8 @@ find $ASM/*.csproj -exec xbuild {} /p:Configuration=%{BUILDCONF} \; nuget pack $ASM/$ASM.nuspec -Version %{version} -Properties Configuration=%{BUILDCONF} done +edje_cc ElmSharp/theme/%{profile}/elm-sharp-theme-%{profile}.edc ElmSharp/theme/elm-sharp-theme.edj + %install # Runtime Binary mkdir -p %{buildroot}%{dotnet_assembly_path} @@ -53,11 +56,15 @@ done # NuGet mkdir -p %{buildroot}/nuget install -p -m 644 *.nupkg %{buildroot}/nuget +# Theme +mkdir %{buildroot}%{_datadir}/edje/elm-sharp -p +install -m 644 ElmSharp/theme/elm-sharp-theme.edj %{buildroot}%{_datadir}/edje/elm-sharp/ %files %manifest %{name}.manifest %license LICENSE %attr(644,root,root) %{dotnet_assembly_path}/*.dll +%attr(644,root,root) %{_datadir}/edje/elm-sharp/*.edj %package nuget Summary: NuGet package for %{name} -- cgit v1.2.3