diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-06-25 09:11:57 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-25 09:11:57 +0100 |
commit | b899a2abfc02d4a7af88d631141bda59837e31b1 (patch) | |
tree | 09091d84a8044730ffd665b67fb607168f4272d9 /desktop/faba-icon-theme | |
parent | 4a6469e89e6164c5a04990401aca7899bdb5bbcc (diff) | |
download | slackbuilds-b899a2abfc02d4a7af88d631141bda59837e31b1.tar.gz |
desktop/faba-icon-theme: Updated for version 20180624.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/faba-icon-theme')
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.SlackBuild | 11 | ||||
-rw-r--r-- | desktop/faba-icon-theme/faba-icon-theme.info | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild index cbecd8deae..fe0002b809 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.SlackBuild +++ b/desktop/faba-icon-theme/faba-icon-theme.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="faba-icon-theme" -VERSION=${VERSION:-20180422} +VERSION=${VERSION:-20180624} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-a50c9437795ceef60769eaaaa015ee131a3a4ee2} +SRCVER=${SRCVER:-6d7ebd28276608215b1fb48ac59edef898646144} set -e @@ -52,12 +52,11 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -bash autogen.sh -make -make DESTDIR=$PKG install +meson --prefix $PKG/usr build +ninja -C build install mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp AUTHORS COPYING INSTALL LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/faba-icon-theme/faba-icon-theme.info b/desktop/faba-icon-theme/faba-icon-theme.info index a9970525c1..a720b8a87a 100644 --- a/desktop/faba-icon-theme/faba-icon-theme.info +++ b/desktop/faba-icon-theme/faba-icon-theme.info @@ -1,10 +1,10 @@ PRGNAM="faba-icon-theme" -VERSION="20180422" +VERSION="20180624" HOMEPAGE="https://github.com/snwh/faba-icon-theme/" -DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/a50c9437795ceef60769eaaaa015ee131a3a4ee2/faba-icon-theme-a50c9437795ceef60769eaaaa015ee131a3a4ee2.tar.gz" -MD5SUM="07426de9375bc521e33f0a0b10d3f141" +DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/6d7ebd28276608215b1fb48ac59edef898646144/faba-icon-theme-6d7ebd28276608215b1fb48ac59edef898646144.tar.gz" +MD5SUM="7e986db83a37103e117812ad41a08ecd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="meson" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |