Hello community,

here is the log from the commit of package e-theme-efenniht for 
openSUSE:Factory checked in at 2013-04-29 09:53:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e-theme-efenniht (Old)
 and      /work/SRC/openSUSE:Factory/.e-theme-efenniht.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e-theme-efenniht", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.e-theme-efenniht.new/e-theme-efenniht.changes   
2013-04-29 09:53:05.000000000 +0200
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Mon Apr 22 19:41:31 UTC 2013 - sleep_wal...@suse.cz
+
+- correct license
+
+-------------------------------------------------------------------
+Wed Jan  9 11:51:37 UTC 2013 - sleep_wal...@suse.cz
+
+- provide e17-theme
+
+-------------------------------------------------------------------
+Mon Dec 31 11:39:52 UTC 2012 - sleep_wal...@suse.cz
+
+- require only edje, not edje-devel
+
+-------------------------------------------------------------------
+Fri Dec 28 15:58:17 UTC 2012 - sleep_wal...@suse.cz
+
+- clean changes file
+- own directories, don't need e17-devel for build
+- clean the spec for Factory
+
+-------------------------------------------------------------------
+Thu Dec 27 22:05:53 UTC 2012 - sleep_wal...@suse.cz
+
+- fix filenames
+
+-------------------------------------------------------------------
+Mon Dec 17 14:14:48 UTC 2012 - sleep_wal...@suse.cz
+
+- fix license
+- fix permissions
+
+-------------------------------------------------------------------
+Tue Oct 30 22:35:36 UTC 2012 - sleep_wal...@suse.cz
+
+- update Makefile patch
+
+-------------------------------------------------------------------
+Tue Sep 11 21:37:21 UTC 2012 - sleep_wal...@suse.cz
+
+- add needed files from elementary sources, adjust paths
+
+-------------------------------------------------------------------
+Fri Jul 13 13:04:11 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be efenniht
+

New:
----
  change_elm_location.patch
  e-theme-efenniht-79994.tar.bz2
  e-theme-efenniht.changes
  e-theme-efenniht.spec
  elementary-images.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ e-theme-efenniht.spec ++++++
#
# spec file for package e_theme-efenniht
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define theme   efenniht

Name:           e-theme-%{theme}
Version:        79994
Release:        0
License:        LGPL-2.1
Summary:        Theme %{theme} for Enlightenment 17
Url:            http://enlightenment.org
Group:          Amusements/Toys/Graphics
Source:         %{name}-%{version}.tar.bz2
Source2:        elementary-images.tar.bz2
Patch:          change_elm_location.patch
BuildRequires:  edje
Requires:       e17
Provides:       e17-theme
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Theme %{theme} for Enlightenment 17 - fast and beautiful DE.

%prep
%setup -q -n %{theme}
tar xjf %SOURCE2
%patch -p1

%build
make

%install
mkdir -p %{buildroot}%{_datadir}/enlightenment/data/themes/
cp %{theme}.edj %{buildroot}%{_datadir}/enlightenment/data/themes/
cp elm-%{theme}.edj %{buildroot}%{_datadir}/enlightenment/data/themes/
chmod 0755 %{buildroot}%{_datadir}/enlightenment/data/themes/ 
%{buildroot}%{_datadir}/enlightenment/data/ 
%{buildroot}%{_datadir}/enlightenment
chmod 0644 %{buildroot}%{_datadir}/enlightenment/data/themes/*.edj

%clean
%{?buildroot:rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%dir %{_datadir}/enlightenment
%dir %{_datadir}/enlightenment/data
%dir %{_datadir}/enlightenment/data/themes
%{_datadir}/enlightenment/data/themes/*.edj

%changelog
++++++ change_elm_location.patch ++++++
Index: efenniht/Makefile
===================================================================
--- efenniht.orig/Makefile
+++ efenniht/Makefile
@@ -37,7 +37,7 @@ efenniht-light.edj: $(COMMON_EDCS) $(E_E
                $(BUILDDIR)/efenniht-light.edj
 
 elm-efenniht.edj: $(COMMON_EDCS) $(ELM_EDCS) $(IMAGES) Makefile
-       $(EDJE_CC) -id images/ -id ../../elementary/data/themes/images/ \
+       $(EDJE_CC) -id images/ -id elementary/data/themes/ \
                $(SRCDIR)/elm-efenniht.edc \
                $(BUILDDIR)/elm-efenniht.edj
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to