You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
531 B
18 lines
531 B
import 'compile/configure'
|
|
|
|
name=liferea
|
|
version=1.12.5
|
|
|
|
define_option '!patch: Apply some custom patches'
|
|
|
|
dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-${version}a.tar.bz2" \
|
|
'743e64cb319b20b6adc7c26c6cdab548'
|
|
option patch extrafile "$name-1.12.5a-dont-hide-window.patch"
|
|
_
|
|
|
|
cd "$name-${version}a"
|
|
option patch patch -p0 -i "../$name-1.12.5a-dont-hide-window.patch"
|
|
|
|
compile_configure -- --disable-schemas-compile --disable-static
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|
|
|