# HG changeset patch # User Aleksej Bobylev # Date 1486218388 -7200 # Node ID 6c02c6c86fceccc6d4dcd4dd99198906a30b4c4d # Parent d99440f42774da76167f23046a4dd3c48cb8352c Up elementary-icon-theme, faenza-icon-theme. diff -r d99440f42774 -r 6c02c6c86fce elementary-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/elementary-icon-theme/receipt Sat Feb 04 16:26:28 2017 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="elementary-icon-theme" +VERSION="4.0.2" +CATEGORY="customization" +SHORT_DESC="Smooth modern theme designed to be intuitive" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://launchpad.net/elementaryicons" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL" + +#BUILD_DEPENDS="wget cacerts" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/share/icons/elementary + cp -a $src/* $install/usr/share/icons/elementary +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r d99440f42774 -r 6c02c6c86fce elementaryicons/receipt --- a/elementaryicons/receipt Sat Feb 04 15:52:11 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="elementaryicons" -VERSION="3.1" -CATEGORY="customization" -SHORT_DESC="Smooth modern theme designed to be intuitive" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" -WEB_SITE="https://launchpad.net/elementaryicons" -TARBALL="$PACKAGE$VERSION.tar.gz" -WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL" - -DEPENDS="" -BUILD_DEPENDS="wget cacerts" - -# Rules to configure and make the package. -compile_rules() -{ - mkdir -p $install/usr/share/icons/elementary - cp -a $src/* $install/usr/share/icons/elementary -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r d99440f42774 -r 6c02c6c86fce faenza-icon-theme-emblems/receipt --- a/faenza-icon-theme-emblems/receipt Sat Feb 04 15:52:11 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="faenza-icon-theme-emblems" -VERSION="1.3" -CATEGORY="customization" -SHORT_DESC="Faenza icon theme (emblems)" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" -WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" - -WANTED="faenza-icon-theme" -DEPENDS="faenza-icon-theme" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/icons - cd $fs/usr/share/icons - tar xf $src/Faenza.tar.gz Faenza/emblems - # remove big sizes and scalable - rm -rf $(find . -type d -regex '.*/\(64\|96\|scalable\)') - # SliTaz locale settings - . $WOK/slitaz-i18n/stuff/locale-pack.conf - cd $fs/usr/share/icons/Faenza/emblems/16 - for icon in $(ls -1 *.icon); do - CONTENT=$(cat $icon); - echo "[Icon Data]" > $icon; - echo "$CONTENT" | grep 'DisplayName=' >> $icon; - for lang in $LOCALE_PACK; do - echo "$CONTENT" | fgrep "DisplayName["$lang"]=" >> $icon; - for size in 22 24 32 48; do - rm -f ../$size/$icon - ln -s ../16/$icon ../$size/$icon - done - done - done - true -} - diff -r d99440f42774 -r 6c02c6c86fce faenza-icon-theme/receipt --- a/faenza-icon-theme/receipt Sat Feb 04 15:52:11 2017 +0200 +++ b/faenza-icon-theme/receipt Sat Feb 04 16:26:28 2017 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="faenza-icon-theme" -VERSION="1.3" +VERSION="1.3.1" CATEGORY="customization" SHORT_DESC="Faenza icon theme" MAINTAINER="al.bobylev@gmail.com" @@ -9,18 +9,14 @@ WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" HOST_ARCH="any" -TARBALL="${PACKAGE}_$VERSION.zip" -WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL" +TARBALL="${PACKAGE}_$VERSION.tar.gz" +WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { mkdir -p $install/usr/share/icons - cd $install/usr/share/icons - tar xf $src/Faenza.tar.gz - tar xf $src/Faenza-Dark.tar.gz - tar xf $src/Faenza-Darkest.tar.gz - tar xf $src/Faenza-Darker.tar.gz + cp -a Faenza* $install/usr/share/icons } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -29,27 +25,11 @@ cp -a $install/* $fs # remove big sizes and scalable rm -rf $(find $fs -type d -regex '.*/\(64\|96\|scalable\)') - # remove emblems and extras - rm -rf $(find $fs -type d -regex '.*/\(emblems\|extras\)') + # remove extras + rm -rf $(find $fs -type d -regex '.*/extras') # sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme done } - -qtfix='/usr/share/icons/hicolor/index.theme' - -post_install() -{ - [ -s "$1$qtfix" ] && - sed '/Inherits=/ s|=.*$|=Faenza|' -i "$1$qtfix" - : -} - -pre_remove() -{ - [ -s "$1$qtfix" ] && - sed '/Inherits=/ s|=.*$|=SliTaz-Faenza|' -i "$1$qtfix" - : -}