mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 18:52:19 +01:00
25 lines
493 B
Plaintext
25 lines
493 B
Plaintext
# Description: Xfce Image Viewer
|
|
# URL: https://git.xfce.org/apps/ristretto/
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on: libexif gtk3 glib libxfce4util libxfce4ui xfconf cairo
|
|
|
|
name=ristretto
|
|
version=0.10.0
|
|
release=3
|
|
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz patch_1.patch)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
patch -p1 -i $SRC/patch_1.patch
|
|
|
|
./autogen.sh \
|
|
--prefix=/usr \
|
|
--libexecdir=/usr/lib/$name
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|