- update gnome-icon-theme to 2.30.1
* for unknown reason, upstream decided to remove the .svg icons....
This commit is contained in:
parent
14a823cef8
commit
b2caa536db
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2009/12/21 18:03:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/04/20 17:49:51 jasper Exp $
|
||||
|
||||
COMMENT= base icon theme for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-icon-theme
|
||||
GNOME_VERSION= 2.28.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
GNOME_VERSION= 2.30.1
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -18,11 +17,13 @@ MODULES= x11/gnome
|
||||
|
||||
BUILD_DEPENDS= :gettext-*:devel/gettext \
|
||||
:icon-naming-utils->=0.8.90:x11/icon-naming-utils
|
||||
RUN_DEPENDS= ::x11/gnome/librsvg
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= No
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_path_GIT=false \
|
||||
ac_cv_path_INKSCAPE=false \
|
||||
ac_cv_path_ICONTOOL_RENDER=false
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-icon-theme-2.28.0.tar.bz2) = G2p4Lj9zOl27jmLoenvcYQ==
|
||||
RMD160 (gnome/gnome-icon-theme-2.28.0.tar.bz2) = lSbB4DLTeR/zBUh3zlTRSkqX4w8=
|
||||
SHA1 (gnome/gnome-icon-theme-2.28.0.tar.bz2) = 82pr5CkEEznRwpRijLtOfOORAls=
|
||||
SHA256 (gnome/gnome-icon-theme-2.28.0.tar.bz2) = Mey9RZrgWWcnk+RsdzdCiXy5XiLKWQDM37KiKqMPOIQ=
|
||||
SIZE (gnome/gnome-icon-theme-2.28.0.tar.bz2) = 3433171
|
||||
MD5 (gnome/gnome-icon-theme-2.30.1.tar.bz2) = /6sg+b5j4qwKCOtlIVu2Rw==
|
||||
RMD160 (gnome/gnome-icon-theme-2.30.1.tar.bz2) = ocabH+D+EATwp199zQ7eWiYFayU=
|
||||
SHA1 (gnome/gnome-icon-theme-2.30.1.tar.bz2) = h2EgUD1QyPAdhbhPsl/YBO5UEjY=
|
||||
SHA256 (gnome/gnome-icon-theme-2.30.1.tar.bz2) = BagZogV7ccSCYyUhKO2cc1vkEQJKerUuZ7wY76suvXs=
|
||||
SIZE (gnome/gnome-icon-theme-2.30.1.tar.bz2) = 15437984
|
||||
|
@ -1,14 +1,17 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2009/10/10 13:45:31 jasper Exp $
|
||||
--- Makefile.in.orig Tue Sep 22 03:41:00 2009
|
||||
+++ Makefile.in Sat Oct 10 12:49:10 2009
|
||||
@@ -235,8 +235,8 @@ themedir = @themedir@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
$OpenBSD: patch-Makefile_in,v 1.6 2010/04/20 17:49:51 jasper Exp $
|
||||
--- Makefile.in.orig Sat Apr 17 02:28:17 2010
|
||||
+++ Makefile.in Tue Apr 20 18:37:38 2010
|
||||
@@ -227,11 +227,11 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = 8x8 16x16 22x22 24x24 32x32 48x48 scalable po
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
|
||||
-SUBDIRS = po $(SVGSRCDIR)
|
||||
+SUBDIRS = $(SVGSRCDIR)
|
||||
theme_in_files = index.theme.in.in
|
||||
theme_DATA = $(theme_in_files:.theme.in.in=.theme)
|
||||
THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done | sed -e "s/,$$//g")
|
||||
-pkgconfigdir = $(datadir)/pkgconfig
|
||||
+SUBDIRS = 8x8 16x16 22x22 24x24 32x32 48x48 scalable
|
||||
+pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = gnome-icon-theme.pc
|
||||
THEME_IN_FILES = index.theme.in
|
||||
theme_DATA = index.theme
|
||||
EXTRA_DIST = \
|
||||
gnome-icon-theme.pc.in \
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user