import package: netbsd-icon-theme
This package contains the NetBSD icon theme. It provides specific icons for the main menu and distributor icons. ** NOTE: This package is incomplete; it does not provide the graphics. **
This commit is contained in:
parent
8cf5dc934d
commit
7160573c8c
4 changed files with 93 additions and 0 deletions
4
netbsd-icon-theme/DESCR
Normal file
4
netbsd-icon-theme/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This package contains the NetBSD icon theme. It provides specific icons
|
||||
for the main menu and distributor icons.
|
||||
|
||||
** NOTE: This package is incomplete; it does not provide the graphics. **
|
36
netbsd-icon-theme/Makefile
Normal file
36
netbsd-icon-theme/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/05/18 23:55:47 jeremy-c-reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netbsd-icon-theme-0.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
||||
MAINTAINER= INSERT_YOUR_MAIL_ADDRESS_HERE
|
||||
# TODO: point to wiki for this package
|
||||
HOMEPAGE= http://wiki.NetBSD.org/
|
||||
COMMENT= Icon theme for NetBSD
|
||||
#LICENSE= # TODO: (see mk/license.mk)
|
||||
|
||||
#TODO: no icons are added yet; see the comments in the PLIST
|
||||
# gnome-main-menu.svg
|
||||
# novell-button.svg
|
||||
# start-here.svg
|
||||
# distributor-logo.svg
|
||||
|
||||
# Note: the index.theme inherits elementary-mono-dark
|
||||
DEPENDS= elementary-icon-theme>=0:../../wip/elementary-icon-theme
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
NO_BUILD= yes
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
INSTALLATION_DIRS+= share/icons/netbsd
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/index.theme \
|
||||
${DESTDIR}${PREFIX}/share/icons/netbsd/index.theme
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
19
netbsd-icon-theme/PLIST
Normal file
19
netbsd-icon-theme/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/18 23:55:47 jeremy-c-reed Exp $
|
||||
share/icons/netbsd/index.theme
|
||||
@comment share/icons/netbsd/places/128/gnome-main-menu.svg
|
||||
@comment share/icons/netbsd/places/128/novell-button.svg
|
||||
@comment share/icons/netbsd/places/128/start-here.svg
|
||||
@comment share/icons/netbsd/places/22/gnome-main-menu.svg
|
||||
@comment share/icons/netbsd/places/22/novell-button.svg
|
||||
@comment share/icons/netbsd/places/22/start-here.svg
|
||||
@comment share/icons/netbsd/places/24/distributor-logo.svg
|
||||
@comment share/icons/netbsd/places/24/gnome-main-menu.svg
|
||||
@comment share/icons/netbsd/places/24/novell-button.svg
|
||||
@comment share/icons/netbsd/places/24/start-here.svg
|
||||
@comment share/icons/netbsd/places/48/gnome-main-menu.svg
|
||||
@comment share/icons/netbsd/places/48/novell-button.svg
|
||||
@comment share/icons/netbsd/places/48/start-here.svg
|
||||
@comment share/icons/netbsd/places/64/distributor-logo.svg
|
||||
@comment share/icons/netbsd/places/64/gnome-main-menu.svg
|
||||
@comment share/icons/netbsd/places/64/novell-button.svg
|
||||
@comment share/icons/netbsd/places/64/start-here.svg
|
34
netbsd-icon-theme/files/index.theme
Normal file
34
netbsd-icon-theme/files/index.theme
Normal file
|
@ -0,0 +1,34 @@
|
|||
[Icon Theme]
|
||||
Name=netbsd
|
||||
Comment=NetBSD icon theme
|
||||
Inherits=elementary-mono-dark
|
||||
|
||||
Example=directory-x-normal
|
||||
|
||||
#Directory list
|
||||
Directories=places/22,places/24,places/48,places/64,places/128
|
||||
|
||||
[places/22]
|
||||
Size=22
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/24]
|
||||
Size=24
|
||||
Context=Places
|
||||
Type=Fixed
|
||||
|
||||
[places/48]
|
||||
Size=48
|
||||
Context=Places
|
||||
Type=Scalable
|
||||
|
||||
[places/64]
|
||||
Size=64
|
||||
Context=Places
|
||||
Type=Scalable
|
||||
|
||||
[places/128]
|
||||
Size=128
|
||||
Context=Places
|
||||
Type=Scalable
|
Loading…
Reference in a new issue