mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- Update to 4.0.1
- Port is architecture neutral - Rewrite pkg-descr PR: 212661 Submitted by: myself (olivierd@) Reviewed by: <root@cooltrainer.org> (maintainer, timeout > 3 weeks) Obtained from: Pantheon devel repo
This commit is contained in:
parent
712b3380fa
commit
e4ca8be4b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423284
4 changed files with 351 additions and 1486 deletions
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elementary
|
||||
PORTVERSION= 3.2.2
|
||||
PORTVERSION= 4.0.1
|
||||
CATEGORIES= x11-themes gnome
|
||||
MASTER_SITES= https://launchpadlibrarian.net/215062034/ \
|
||||
https://launchpad.net/elementaryicons/3.x/${PORTVERSION}/+download/
|
||||
MASTER_SITES= https://launchpadlibrarian.net/282260697/ \
|
||||
https://launchpad.net/elementaryicons/4.x/${PORTVERSION}/+download/
|
||||
PKGNAMEPREFIX= gnome-icons-
|
||||
DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION}
|
||||
|
||||
|
@ -16,13 +16,14 @@ LICENSE= GPLv3
|
|||
|
||||
USES= tar:xz
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary/ \
|
||||
"! -name '*.bak' ! -name '${LICENSE}'"
|
||||
${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ -depth 2 \
|
||||
-type d -empty | \
|
||||
${XARGS} ${RMDIR}
|
||||
cd ${WRKSRC} && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/elementary \
|
||||
"! -name *\.VolumeIcon*"
|
||||
${FIND} ${STAGEDIR}${PREFIX}/share/icons/elementary/ \
|
||||
-type d -empty | ${XARGS} ${RMDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (elementary-icon-theme-3.2.2.tar.xz) = ed3a566fe925ef1881622fcb5df6a1a112115fc5c22068aa5231f76f4db4ebf2
|
||||
SIZE (elementary-icon-theme-3.2.2.tar.xz) = 1585108
|
||||
TIMESTAMP = 1473782578
|
||||
SHA256 (elementary-icon-theme-4.0.1.tar.xz) = 344fdd9c2469a374308d339d17156d735ec57280eb0199f5ca6676ec525b6f31
|
||||
SIZE (elementary-icon-theme-4.0.1.tar.xz) = 1498992
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
It all started with a little blue folder and about five other icons for
|
||||
Object-Dock. Today, elementary icons is one of the most beautiful,
|
||||
professional, and popular tango-styled icon sets on Gnome-Look,
|
||||
it has won editor's choice on UpToDown.com,
|
||||
inspired many new works such as the popular gnome-colors and new-wave
|
||||
themes, and has even been proposed and implemented as the default look
|
||||
for quite a few Linux distributions including Freezy Linux and
|
||||
Frugalware Linux.
|
||||
An original set of vector icons designed to be smooth, sexy, clear, and
|
||||
efficient.
|
||||
|
||||
WWW: http://danrabbit.deviantart.com/art/elementary-Icons-65437279
|
||||
WWW: https://github.com/elementary/icons
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue