gnome-icon-theme: initial import, version 3.12.0

This commit is contained in:
Matt Housh 2019-06-13 17:32:30 -05:00
parent de3ade8b74
commit 0b0a012c03
3 changed files with 6017 additions and 0 deletions

5995
gnome-icon-theme/.footprint Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zzT3MnkJOdBa6jAmTAy2JJalzSfCXbHm0mlqRcYdRYiP+9IPAXEskQdghdfuQXITjARogUVAwi2bu6mXlwKvQ8=
SHA256 (Pkgfile) = d42310ef791cdec9e86518d587f44ffdb0c7d11d0552a0de9b8df1e9646999dd
SHA256 (.footprint) = aaf16c63d3f2cc631a928a8df67c3f47169281f1a3f3eb910ee0a0ce10c3c94f
SHA256 (gnome-icon-theme-3.12.0.tar.xz) = 359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a

17
gnome-icon-theme/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: A collection of icons used as the basis for GNOME themes
# URL: http://www.gnome.org/
# Maintainer: Matt housh, jaeger at crux dot ninja
# Depends on: gtk intltool icon-naming-utils
name=gnome-icon-theme
version=3.12.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}