arc-theme: initial import, version 20190330

This commit is contained in:
Matt Housh 2019-06-13 17:33:21 -05:00
parent 0b0a012c03
commit e958e4fc2f
3 changed files with 1113 additions and 0 deletions

1090
arc-theme/.footprint Normal file

File diff suppressed because it is too large Load Diff

5
arc-theme/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32/R+N2uo0ZSPCovlhMTWDK5PkEpeH9udgsRHSKyhE6lGG3HkTeXfPvxlWX9LXjXVFzS3qW3xGg7kmRT6+UOeAU=
SHA256 (Pkgfile) = ab2c1cc4041fd1b2aa16077fc28eaf79cdb31ea7d80ded658dd610309de50e95
SHA256 (.footprint) = 6e65f8fb503afd415c14ffda89b41f877c51710eff3bbb18fb15cf50778f6a2c
SHA256 (arc-theme-20190330.tar.xz) = 77a6c4ffd0006cab917fdef27904a5dbd931aa0089ccd30ac43a3fb03ebc3cf7

18
arc-theme/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: A flat theme with transparent elements
# URL: https://github.com/NicoHood/arc-theme
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: gtk-engine-murrine inkscape sassc gnome-icon-theme gtk3
name=arc-theme
version=20190330
release=1
source=(https://github.com/NicoHood/$name/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr \
--disable-gnome-shell
make
make DESTDIR=$PKG install
}