blob: 33d69242c1018fafddec779f445f80bb176d802f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Description: Jeu d'icones de symboles de Gnome
# URL: http://www.gnome.org
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: intltool, gtk, icon-naming-utils, p5-xml-parser, hicolor-icon-theme
# Run on: gtk,icon-naming-utils,p5-xml-parser,hicolor-icon-theme
name=gnome-icon-theme-symbolic
version=3.2.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
|