diff options
author | Thomas Penteker <tek@serverop.de> | 2019-05-19 23:08:12 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-05-19 23:08:12 +0200 |
commit | 9365d42be4f9211289607501634c0ebc1ea4ede9 (patch) | |
tree | 7e58aa891de45e14465ea986548f7c1f4b9f4f91 /libmypaint | |
parent | c0b9a0ae7d5c7df3e16c358b0365c99dcc089f41 (diff) | |
download | opt-9365d42be4f9211289607501634c0ebc1ea4ede9.tar.gz opt-9365d42be4f9211289607501634c0ebc1ea4ede9.tar.xz |
libmypaint: update source, fixes FS#1737
Diffstat (limited to 'libmypaint')
-rw-r--r-- | libmypaint/.signature | 6 | ||||
-rw-r--r-- | libmypaint/Pkgfile | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/libmypaint/.signature b/libmypaint/.signature index 092e2d333..55654f13b 100644 --- a/libmypaint/.signature +++ b/libmypaint/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Sn5X6Ruk25+SAIPPF+C9+397q1BL4AWc8AjX1KHddebVAvgwZwdFpSMeIf/7lH1nP0PckhxOwmkbDVJAMJQjQg= -SHA256 (Pkgfile) = cc4726539f7073458b83317e1a7107dd3b31474dfc9d6bd0ed2214ea18aee116 +RWSE3ohX2g5d/QGPeU9eGp77dFBqxwezRYs5CSKcRe9MQNciNhhtzFNNH03lncb985yAJQQzjCMMkZ+brHz3FZKKdl0QspsOdQo= +SHA256 (Pkgfile) = bfcfc0cba3b69e99870c6c260b89eed49085d6a3a600c9e8d5e611f935f2637f SHA256 (.footprint) = 67f417c12b3aeed314afd80c874577171c722d0c1121c184f8bd06215d153fd0 -SHA256 (v1.3.0.tar.gz) = 8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654 +SHA256 (libmypaint-1.3.0.tar.gz) = 8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654 diff --git a/libmypaint/Pkgfile b/libmypaint/Pkgfile index 8ed64a261..6df32ed10 100644 --- a/libmypaint/Pkgfile +++ b/libmypaint/Pkgfile @@ -1,22 +1,23 @@ # Description: libmypaint is a library for making brushstrokes # URL: https://github.com/mypaint/libmypaint # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: json-c python gegl gobject-introspection +# Depends on: json-c python3 gegl gobject-introspection name=libmypaint version=1.3.0 release=1 -source=(https://github.com/mypaint/$name/archive/v$version.tar.gz) +source=(https://github.com/mypaint/$name/archive/v$version/$name-$version.tar.gz) build() { cd $name-$version + sed -i 's|1\.13|1.16|g' autogen.sh sed -i 's|gegl-0.3|gegl-0.4|g' gegl/libmypaint-gegl.pc.in gegl/Makefile.am configure.ac sed -i 's|Gegl-0.3|Gegl-0.4|g' gegl/Makefile.am sed -i 's|po/Makefile\.in|po/Makefile|g' configure.ac echo -e '# INTLTOOL_MAKEFILE\nall:\ninstall:' > po/Makefile.in - autoreconf -i + ./autogen.sh ./configure --prefix=/usr \ --enable-gegl \ |