Name changed for consistency

This commit is contained in:
jolupa 2019-08-20 14:55:02 +02:00
parent b333e856c3
commit 0d2972ac24
5 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jolupalabs.pub
RWRdPtfuMX7+XL38DSY9f1Q0QufNm4LV5E91kMIt7dBt41ubWEVGmm0VqvWQyl+mNfYkJBOrfrSjhDZAiINDbyoTYaCiXuniDQU=
SHA256 (Pkgfile) = 251713fbb176406e95776cf3362f323246bcf7c65209da8325c506e9ca968fa5
RWRdPtfuMX7+XHrDyqc9ikf36+38OtoyfTkonC6o5zz+mFUcU4yORLAWxO5WHbJlCbyKkT0QAaOOFEBtBRjT4DIPtFfb5IzWZQg=
SHA256 (Pkgfile) = 2f8876f279db6a73bae969fb43dc97b160bc7959fad74dadd997e69d88c80bd3
SHA256 (.footprint) = 0ef9a3b60cfd8070b95883f28d52b96a370af06fc82b8a3a0c940c317b9d4053
SHA256 (v0.13.1.tar.gz) = b46402629660908ec1e266b41186ee0e8662bd3a6b537e3ca5c66e5074136c11

View File

@ -4,20 +4,21 @@
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: optipng gtk3
name=elementary-xfce
name=elementary-icon-theme
_name=elementary-xfce
version=0.13.1
release=1
source=(https://github.com/shimmerproject/elementary-xfce/archive/v$version.tar.gz)
source=(https://github.com/shimmerproject/$_name/archive/v$version.tar.gz)
build() {
cd $name-$version
cd $_name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,LICENSE,CONTRIBUTORS}
rm $PKG/usr/share/icons/elementary-{xfce,xfce-dark,xfce-darker,xfce-darkest}/{AUTHORS,LICENSE,CONTRIBUTORS}
}