summaryrefslogblamecommitdiff
path: root/user/thunar/APKBUILD
blob: 014ab3ae8f4b4259376dbbe0703d01835aa27e78 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                                         
              
             
        







                                                                      
                                                                            

         
                                   









                                         



                  


                                      
                                                                                                                                                                    
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=thunar
pkgver=1.8.11
pkgrel=0
pkgdesc="File manager for the XFCE desktop environment"
url="https://xfce.org"
arch="all"
license="LGPL-2.0+ AND GPL-2.0+"
makedepends="intltool gtk+3.0-dev exo-dev libxfce4ui-dev vala-dev
	gobject-introspection-dev libsm-dev libgudev-dev libnotify-dev
	libexif-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://archive.xfce.org/src/xfce/thunar/1.8/thunar-$pkgver.tar.bz2"

build() {
	LIBS="-lintl" ./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="13576616fc556dae9be97f2390e85c12c01b78d86a59e5e8700b67dca7a2e70fe5f1e5716d3d77d22e158e7573a89e096aa8098ccccb78e7bd8e81cb319a6809  thunar-1.8.11.tar.bz2"