mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-02 18:39:55 -07:00
hicolor-icon-theme: new package at 0.17
This commit is contained in:
parent
64c241b1c2
commit
aad14179a6
@ -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
4
xorg/hicolor-icon-theme/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure --prefix=/usr
|
||||
make DESTDIR="$1" install
|
1
xorg/hicolor-icon-theme/checksums
Normal file
1
xorg/hicolor-icon-theme/checksums
Normal file
@ -0,0 +1 @@
|
||||
317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8 hicolor-icon-theme-0.17.tar.xz
|
1
xorg/hicolor-icon-theme/sources
Normal file
1
xorg/hicolor-icon-theme/sources
Normal file
@ -0,0 +1 @@
|
||||
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz
|
1
xorg/hicolor-icon-theme/version
Normal file
1
xorg/hicolor-icon-theme/version
Normal file
@ -0,0 +1 @@
|
||||
0.17 1
|
@ -2,5 +2,6 @@
|
||||
|
||||
sed -i 's|Liberation Mono|Monospace|g' config.def.h
|
||||
|
||||
sh
|
||||
make
|
||||
make PREFIX=/usr DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user