Browse Source

Upgrade liferea

master
mid-kid 6 years ago
parent
commit
d3e515a4f6
  1. 4
      satellites/liferea.sat
  2. 8
      satellites/python3-gobject.sat

4
satellites/liferea.sat

@ -1,12 +1,12 @@
import 'compile/configure' import 'compile/configure'
name=liferea name=liferea
version=1.12.3 version=1.12.4
define_option '!patch: Apply some custom patches' define_option '!patch: Apply some custom patches'
dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \ dlextract "https://github.com/lwindolf/$name/releases/download/v$version/$name-$version.tar.bz2" \
'f9adf4bb57b71eac8281bedd5c42938b' '862cd7f6920ef3dfc1bc98c9930da5b4'
option patch extrafile "$name-1.12.1-dont-hide-window.patch" option patch extrafile "$name-1.12.1-dont-hide-window.patch"
_ _

8
satellites/python3-gobject.sat

@ -1,14 +1,14 @@
import 'compile/meson' import 'compile/configure'
name=pygobject name=pygobject
majver=3.29 majver=3.18
version=$majver.2 version=$majver.2
dlextract "https://download.gnome.org/sources/$name/$majver/$name-$version.tar.xz" \ dlextract "https://download.gnome.org/sources/$name/$majver/$name-$version.tar.xz" \
'bc72d39e4303d94fc0f06b751f5c9a83' '0a956f3e785e23b0f136832f2e57a862'
_ _
cd "$name-$version" cd "$name-$version"
compile_meson compile_configure -- --without-common
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

Loading…
Cancel
Save