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.
20 lines
568 B
20 lines
568 B
7 years ago
|
import 'compile/configure'
|
||
|
|
||
|
name=liferea
|
||
|
version=1.12-rc3
|
||
|
update_url="https://github.com/lwindolf/$name/releases"
|
||
|
|
||
|
define_option '!patch: Apply some custom patches'
|
||
|
|
||
|
dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \
|
||
|
'7a42afc775ac7b78ea324730052f649a'
|
||
|
option patch extrafile "$name-$version-dont-hide-window.patch"
|
||
|
_
|
||
|
|
||
|
cd "$name-$version"
|
||
|
option patch patch -p0 -i "../$name-$version-dont-hide-window.patch"
|
||
|
|
||
|
compile_configure -- --disable-schemas-compile
|
||
|
|
||
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:
|