2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

hicolor-icon-theme: new package at 0.17

This commit is contained in:
Muhammad Herdiansyah 2019-08-24 15:40:50 +07:00
parent 64c241b1c2
commit aad14179a6
6 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export libat_cv_have_ifunc=no
--disable-werror \
--disable-fixed-point \
--disable-libstdcxx-pch \
--disable-bootstrap \
--enable-checking=release \
--mandir=/usr/share/man \
--infodir=/usr/share/info \

4
xorg/hicolor-icon-theme/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -e
./configure --prefix=/usr
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8 hicolor-icon-theme-0.17.tar.xz

View File

@ -0,0 +1 @@
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz

View File

@ -0,0 +1 @@
0.17 1

View File

@ -2,5 +2,6 @@
sed -i 's|Liberation Mono|Monospace|g' config.def.h
sh
make
make PREFIX=/usr DESTDIR="$1" install