Import Faenza icon theme, a complete colourful suite of squared
icons grudgingly ok ajacoutot@
This commit is contained in:
parent
c51e7f8fd5
commit
de79d9a095
51
x11/faenza-icon-theme/Makefile
Normal file
51
x11/faenza-icon-theme/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/17 15:47:50 dcoppa Exp $
|
||||
|
||||
COMMENT = complete, colourful suite of squared icons
|
||||
|
||||
V = 1.2
|
||||
DISTNAME = faenza_icons_by_tiheum-d2v6x24
|
||||
PKGNAME = faenza-icon-theme-${V}
|
||||
CATEGORIES = x11
|
||||
|
||||
HOMEPAGE = http://tiheum.deviantart.com/
|
||||
MASTER_SITES = http://www.deviantart.com/download/173323228/
|
||||
EXTRACT_SUFX = .zip
|
||||
|
||||
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
# Add the corresponding "Inherits" theme
|
||||
RUN_DEPENDS += x11/gnome/icon-theme
|
||||
|
||||
WRKDIST = ${WRKDIR}
|
||||
ICONSDIR = ${PREFIX}/share/icons/
|
||||
|
||||
FAENZA_PACKAGES = Faenza.tar.gz \
|
||||
Faenza-Ambiance.tar.gz \
|
||||
Faenza-Dark.tar.gz \
|
||||
Faenza-Darker.tar.gz \
|
||||
Faenza-Darkest.tar.gz \
|
||||
Faenza-Radiance.tar.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${ICONSDIR}
|
||||
|
||||
.for _targz in ${FAENZA_PACKAGES}
|
||||
cd ${WRKDIST} && tar -C ${ICONSDIR} -xzf ${_targz}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
# Fix bogus permissions
|
||||
@chmod a-x ${ICONSDIR}/Faenz*/emblems/*/*.icon
|
||||
@chmod a-x ${ICONSDIR}/Faenz*/index.theme
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/faenza-icon-theme/distinfo
Normal file
5
x11/faenza-icon-theme/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (faenza_icons_by_tiheum-d2v6x24.zip) = CMi+WN5fJfDF+n15EmlCSg==
|
||||
RMD160 (faenza_icons_by_tiheum-d2v6x24.zip) = oSvNXqlM6U6IfD/TFsdqvH5DFnk=
|
||||
SHA1 (faenza_icons_by_tiheum-d2v6x24.zip) = bdcW3gfW6UvIBtmYKgthtvM081o=
|
||||
SHA256 (faenza_icons_by_tiheum-d2v6x24.zip) = N9h3IduzNX440eaD4dcFR2vF5tdfDQfDr0xcDPigEx8=
|
||||
SIZE (faenza_icons_by_tiheum-d2v6x24.zip) = 24640260
|
6
x11/faenza-icon-theme/pkg/DESCR
Normal file
6
x11/faenza-icon-theme/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This icon theme for Gnome provides monochromatic icons for panels,
|
||||
toolbars and buttons and colourful squared icons for devices,
|
||||
applications, folders, files and Gnome menu items.
|
||||
|
||||
Several themes are included to fit with light or dark panels, menus
|
||||
and toolbars.
|
29113
x11/faenza-icon-theme/pkg/PLIST
Normal file
29113
x11/faenza-icon-theme/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user