mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
x11-themes/lxde-icon-theme: update to 0.5.0
- Update to 0.5.0 [1] - Add LICENSE (GPLv3) [1] - Install docs [1] - Replace file patch with a sed [1] - Trim Makefile header [1] - Use space instead of tab for WWW - Add DOCS to OPTIONS - Pass maintainership to submitter PR: ports/179784 Submitted by: nemysis <nemysis@gmx.ch>
This commit is contained in:
parent
09c05a067d
commit
9ba5e36a6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321434
5 changed files with 6500 additions and 6477 deletions
|
@ -1,19 +1,16 @@
|
|||
# New ports collection makefile for: lxde-icon-theme
|
||||
# Date created: 09/23/2010
|
||||
# Whom: Kris Moore <kmoore@freebsd.org>
|
||||
#
|
||||
# Created by: Kris Moore <kmoore@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lxde-icon-theme
|
||||
PORTVERSION= 0.0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= x11-themes
|
||||
MASTER_SITES= SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}
|
||||
MASTER_SITES= SF/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= LXDE Icon Theme
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= YES
|
||||
USE_GMAKE= yes
|
||||
USES= iconv
|
||||
|
@ -23,4 +20,20 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
|
|||
DATADIR= ${PREFIX}/share/lxde
|
||||
INSTALLS_ICONS= YES
|
||||
|
||||
PORTDOCS= AUTHORS
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (lxde-icon-theme-0.0.1.tar.bz2) = a75c0412033a0a0bf6b3912bb37409fbdae1b9a574f2821929aca8749e7ff3a3
|
||||
SIZE (lxde-icon-theme-0.0.1.tar.bz2) = 4542780
|
||||
SHA256 (lxde-icon-theme-0.5.0.tar.bz2) = 49dc61c46c4a0ca9298f9e0866bcf7212a08ddaa71f15bfabfb0220fe1efa848
|
||||
SIZE (lxde-icon-theme-0.5.0.tar.bz2) = 4545598
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2009-12-06 00:32:38.000000000 -0500
|
||||
+++ Makefile.in 2010-09-23 16:13:14.051053166 -0400
|
||||
@@ -449,7 +449,7 @@
|
||||
|
||||
install-data-hook:
|
||||
$(mkdir_p) $(DESTDIR)$(datadir)/icons
|
||||
- cp -raf --no-preserve=ownership nuoveXT2 $(DESTDIR)$(datadir)/icons
|
||||
+ cp -RpPf nuoveXT2 $(DESTDIR)$(datadir)/icons
|
||||
$(LN_S) -f user-desktop.png $(DESTDIR)$(datadir)/icons/nuoveXT2/48x48/places/desktop.png
|
||||
$(LN_S) -f user-desktop.png $(DESTDIR)$(datadir)/icons/nuoveXT2/48x48/places/gnome-fs-desktop.png
|
||||
$(LN_S) -f folder-saved-search.png $(DESTDIR)$(datadir)/icons/nuoveXT2/48x48/places/application-x-gnome-saved-search.png
|
|
@ -1,3 +1,3 @@
|
|||
LXDE icon-theme used by the LXDE desktop.
|
||||
|
||||
WWW: http://lxde.org/
|
||||
WWW: http://lxde.org/
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue