diff options
author | Thomas Penteker <tek@serverop.de> | 2019-09-20 22:44:13 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2019-09-20 22:44:13 +0200 |
commit | 4fded740acdfbdebffcfb7aac51e1225e595024e (patch) | |
tree | babf2371bb985a88a96c6507fdc7987a8c73a43a /libmypaint | |
parent | 9f775957d690850e9c8c3d20c3fce698c8aa508e (diff) | |
download | opt-4fded740acdfbdebffcfb7aac51e1225e595024e.tar.gz opt-4fded740acdfbdebffcfb7aac51e1225e595024e.tar.xz |
libmypaint: 1.3.0 -> 1.4.0
Diffstat (limited to 'libmypaint')
-rw-r--r-- | libmypaint/.signature | 6 | ||||
-rw-r--r-- | libmypaint/Pkgfile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libmypaint/.signature b/libmypaint/.signature index 34e2f05aa..918c8c078 100644 --- a/libmypaint/.signature +++ b/libmypaint/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VzIWg5QayIOq690CNBR3c7wo8s7N+gAQWXIZlAvysOLtsrK3IQT8ubv+0YY5VaFE1zP5RoklOKcC0AB87ZPxAI= -SHA256 (Pkgfile) = 70aff7b39a8d7644371834e54b64995322dd8e38832eea78858734387ac9f83b +RWSE3ohX2g5d/UvPlZD0XiZe+IiwUykiRndMkWlXZQ4MQp59PifW6IwdJAd6IztK3s9GgYUWE24bQgHybOwNGBKoQYZS3H4OjAM= +SHA256 (Pkgfile) = 1f2ebdacfcfecd9bcbf45de5a2f8ad3030ff00e6db98339602deaa002d1f2e87 SHA256 (.footprint) = 3219a1114d84b17f0c804b2b4f06c77ae091e1f275de899e07470e0b3fe711c7 -SHA256 (libmypaint-1.3.0.tar.gz) = 8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654 +SHA256 (libmypaint-1.4.0.tar.gz) = 1b2b5ebab5bcfad681ef227ad70fb00a1f93c325b1e8249a059eee13fc176eb7 SHA256 (libmypaint-1d5d822-stable.patch.xz) = d461c7925250c92cce9d720292702cf5cb3b4892be06d61630f230910cc97f2c diff --git a/libmypaint/Pkgfile b/libmypaint/Pkgfile index bab2e2eb6..d8ae5380e 100644 --- a/libmypaint/Pkgfile +++ b/libmypaint/Pkgfile @@ -1,17 +1,17 @@ # Description: libmypaint is a library for making brushstrokes # URL: https://github.com/mypaint/libmypaint # Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: gobject-introspection json-c intltool +# Depends on: gobject-introspection json-c intltool name=libmypaint -version=1.3.0 -release=2 +version=1.4.0 +release=1 source=(https://github.com/mypaint/$name/archive/v$version/$name-$version.tar.gz libmypaint-1d5d822-stable.patch.xz) build() { cd $name-$version - xzcat $SRC/libmypaint-1d5d822-stable.patch.xz | patch -p1 + ./autogen.sh ./configure --prefix=/usr \ |