diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-11 08:19:16 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-11 08:19:16 +0000 |
commit | 97bbe3b01787d859044e09f94e50fcfa1ee412f8 (patch) | |
tree | 1e6d7c4384d9c3bdd84a396469abd383a6b5b238 | |
parent | 1183aaa52c41d4e7f6358527faee38d7fb8598d1 (diff) | |
download | contrib-97bbe3b01787d859044e09f94e50fcfa1ee412f8.tar.gz contrib-97bbe3b01787d859044e09f94e50fcfa1ee412f8.tar.xz |
glade: 3.38.0 -> 3.38.1
-rw-r--r-- | glade/.footprint | 6 | ||||
-rw-r--r-- | glade/.signature | 8 | ||||
-rw-r--r-- | glade/Pkgfile | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/glade/.footprint b/glade/.footprint index f8bf6f06e..0304dde50 100644 --- a/glade/.footprint +++ b/glade/.footprint @@ -47,9 +47,9 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/ drwxr-xr-x root/root usr/lib/glade/ drwxr-xr-x root/root usr/lib/glade/modules/ -rwxr-xr-x root/root usr/lib/glade/modules/libgladegtk.so -lrwxrwxrwx root/root usr/lib/libgladeui-2.so -> libgladeui-2.so.12 -lrwxrwxrwx root/root usr/lib/libgladeui-2.so.12 -> libgladeui-2.so.12.0.0 --rwxr-xr-x root/root usr/lib/libgladeui-2.so.12.0.0 +lrwxrwxrwx root/root usr/lib/libgladeui-2.so -> libgladeui-2.so.13 +lrwxrwxrwx root/root usr/lib/libgladeui-2.so.13 -> libgladeui-2.so.13.0.1 +-rwxr-xr-x root/root usr/lib/libgladeui-2.so.13.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gladeui-2.0.pc drwxr-xr-x root/root usr/share/ diff --git a/glade/.signature b/glade/.signature index b7fd9a1a0..0636849cd 100644 --- a/glade/.signature +++ b/glade/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30PD88DtGNoZiABDtFs0k0/IvafKsqHTtLpbYUn7PBhoT4G3cNK32CRB7V0/1V5TTcEqej8xRKpthdjZ4jHoSQg= -SHA256 (Pkgfile) = 5d60a498cb7e01572287b753c0d28a555bb7b5b0bf6ffa46f2c76f0e79ff2ddc -SHA256 (.footprint) = ab2dbe79ff778dc80ff1e7b541e47ca54e2f626bb74ce8c13eef979065eeb858 -SHA256 (glade-3907987d318875fae551ca9a2bce97f33749d230.tar.bz2) = 2b6861838e2a7b8d840ac7bf04480e17d164b92e6d84f2c3e1ec0bb3bebc2dc7 +RWSagIOpLGJF32vcHBAyGjcaHx7zC5U3n0wdLG4SiraWrHSK5UA1HR4JoGRrMJ3MKoB/qlL0/s5bsdyKtLf/pwgpp/qqzzUdIA8= +SHA256 (Pkgfile) = f159d9a85b7f0cac0c4f569aebe7d6d55b54fe7a39909b81b680ebc8fd78a52e +SHA256 (.footprint) = cfe53682a4df2bad964081ceb08a3fa5a7e388936179034c0e8d35797467aff9 +SHA256 (glade-GLADE_3_38_1.tar.bz2) = 0a13db5be2969db0d8aa6fe23b6a02952def1c8a4b721fd81a0794fd486fa76c diff --git a/glade/Pkgfile b/glade/Pkgfile index c8eb2d88e..267c327ae 100644 --- a/glade/Pkgfile +++ b/glade/Pkgfile @@ -5,18 +5,18 @@ # Optional: webkitgtk gtk-doc python3-gobject name=glade -version=3.38.0 +version=3.38.1 release=1 source=( #https://ftp.gnome.org/pub/GNOME/sources/$name/${version::4}/$name-$version.tar.xz - https://gitlab.gnome.org/GNOME/glade/-/archive/3907987d318875fae551ca9a2bce97f33749d230/glade-3907987d318875fae551ca9a2bce97f33749d230.tar.bz2) + https://gitlab.gnome.org/GNOME/glade/-/archive/GLADE_3_38_1/glade-GLADE_3_38_1.tar.bz2) build() { prt-get isinst gtk-doc || PKGMK_GLADE+=' -D man=false' - meson setup build $name-3907987* ${PKGMK_GLADE} \ + meson setup build glade-GLADE_3_38_1 ${PKGMK_GLADE} \ --prefix=/usr \ --buildtype=plain \ - -Db_ndebug=true + -D b_ndebug=true meson compile -C build -j ${JOBS-1} DESTDIR=$PKG meson install -C build |