]> git.pld-linux.org Git - packages/hicolor-icon-theme.git/commitdiff
- updated to 0.15
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Apr 2015 06:15:57 +0000 (08:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Apr 2015 06:22:10 +0000 (08:22 +0200)
- updated more-dirs patch

hicolor-icon-theme-more-dirs.patch
hicolor-icon-theme.spec

index 9461379902bcbd715b9563af3b423fd8e9e9d1c7..a58665e34614a5acf8589ca7d05032d00c021636 100644 (file)
@@ -1,16 +1,14 @@
---- hicolor-icon-theme-0.12/Makefile.in.orig   2010-01-13 11:18:27.000000000 +0100
-+++ hicolor-icon-theme-0.12/Makefile.in        2011-09-28 14:12:14.430478446 +0200
-@@ -9,10 +9,10 @@
- distdir = $(PACKAGE)-$(VERSION)
- FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeLog COPYING
+--- hicolor-icon-theme-0.15/Makefile.am.orig   2015-04-19 08:05:01.926315933 +0200
++++ hicolor-icon-theme-0.15/Makefile.am        2015-04-19 08:05:04.579649210 +0200
+@@ -1,8 +1,8 @@
 -ICON_SIZES = 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \
--  128x128 192x192 256x256 scalable
+-  128x128 192x192 256x256 512x512 scalable
 +ICON_SIZES = 8x8 16x16 20x20 22x22 24x24 32x32 36x36 42x42 48x48 64x64 72x72 80x80 96x96 \
 +  128x128 160x160 192x192 256x256 512x512 1024x1024 scalable
- ICON_CONTEXTS = actions animations apps categories devices emblems emotes filesystems intl mimetypes places status stock
+ ICON_CONTEXTS = actions animations apps categories devices emblems emotes \
+   filesystems intl mimetypes places status stock
 -STOCK_SUBS = chart code data form image io media navigation net object table text
 +STOCK_SUBS = chart code data emoticons form image io media navigation net object table text
  
- all:
-       @:
+ themedir = $(datadir)/icons/hicolor
+ dist_theme_DATA = index.theme
index eecb8df543d13485b3eb95a6431a2efb536cb783..2a788fbe22679c663972f4d9fcd297ad974c203a 100644 (file)
@@ -1,14 +1,18 @@
 Summary:       Directory hierarchy for default icon theme
 Summary(pl.UTF-8):     Struktura katalogów dla domyślnego motywu ikon
 Name:          hicolor-icon-theme
-Version:       0.13
+Version:       0.15
 Release:       1
-License:       LGPL
+License:       GPL v2
 Group:         Base
-Source0:       http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 21d0f50aa6b8eef02846cda9e5e9324c
+Source0:       http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
+# Source0-md5: 6aa2b3993a883d85017c7cc0cfc0fb73
 Patch0:                %{name}-more-dirs.patch
 URL:           http://icon-theme.freedesktop.org/wiki/HicolorTheme
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.9
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 # Conflicts:   gnome-icon-theme < 1.0.9
 Conflicts:     kdelibs < 9:3.2.0-4
 BuildArch:     noarch
@@ -25,6 +29,9 @@ Struktura katalogów dla domyślnego motywu ikon.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -46,4 +53,5 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_iconsdir}/hicolor
 %{_iconsdir}/hicolor/*x*
 %{_iconsdir}/hicolor/scalable
+%{_iconsdir}/hicolor/symbolic
 %ghost %{_iconsdir}/hicolor/icon-theme.cache
This page took 0.104555 seconds and 4 git commands to generate.