summaryrefslogtreecommitdiff
path: root/adwaita-icon-theme/Pkgfile
blob: e4609eac66b7182bd44a15edfeb1e1c8c2e50696 (plain)
    1 # Description: Adwaita Icon Theme
    2 # URL:         https://git.gnome.org/browse/adwaita-icon-theme/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends On:  librsvg gtk3 hicolor-icon-theme
    5 
    6 name=adwaita-icon-theme
    7 version=3.38.0
    8 release=2
    9 source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	./configure --prefix=/usr
   15 
   16 	make
   17 	make install DESTDIR=$PKG
   18 }

Generated by cgit