summaryrefslogtreecommitdiffstats
path: root/desktop/paper-icon-theme
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/paper-icon-theme')
-rw-r--r--desktop/paper-icon-theme/paper-icon-theme.SlackBuild24
-rw-r--r--desktop/paper-icon-theme/paper-icon-theme.info8
2 files changed, 9 insertions, 23 deletions
diff --git a/desktop/paper-icon-theme/paper-icon-theme.SlackBuild b/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
index ad1d95fdd8..d9df4a8350 100644
--- a/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
+++ b/desktop/paper-icon-theme/paper-icon-theme.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="paper-icon-theme"
-VERSION=${VERSION:-20180304}
+VERSION=${VERSION:-1.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,16 +34,14 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
CWD=$(pwd)
-SRCVER=${SRCVER:-d2476a6274cd4a690d344de94984f481ca7783cc}
-
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
-mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-v.$VERSION.tar.gz
+mv $PRGNAM-v.$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -52,20 +50,8 @@ 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 {} \;
-CFLAGS="$SLKCFLAGS"
-CXXFLAGS="$SLKCFLAGS"
-./autogen.sh \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
- --enable-silent-rules \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
+meson --prefix $PKG/usr build
+ninja -C build install
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/desktop/paper-icon-theme/paper-icon-theme.info b/desktop/paper-icon-theme/paper-icon-theme.info
index 7fe5ade108..1a27628b4e 100644
--- a/desktop/paper-icon-theme/paper-icon-theme.info
+++ b/desktop/paper-icon-theme/paper-icon-theme.info
@@ -1,10 +1,10 @@
PRGNAM="paper-icon-theme"
-VERSION="20180304"
+VERSION="1.5.0"
HOMEPAGE="https://github.com/snwh/paper-icon-theme"
-DOWNLOAD="https://github.com/snwh/paper-icon-theme/archive/d2476a6274cd4a690d344de94984f481ca7783cc/paper-icon-theme-d2476a6274cd4a690d344de94984f481ca7783cc.tar.gz"
-MD5SUM="7b0704ba9a123912b68f2420adf64d1e"
+DOWNLOAD="https://github.com/snwh/paper-icon-theme/archive/v.1.5.0/paper-icon-theme-v.1.5.0.tar.gz"
+MD5SUM="e7e2e22a4a34432f43846c815cbdbeb4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="meson"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"