summaryrefslogtreecommitdiff
path: root/libpeas
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-06-01 07:45:43 +0200
committerTim Biermann <tbier@posteo.de>2022-06-01 07:45:43 +0200
commit380c4062117f7fd229ed6c194601c66231346134 (patch)
treeaef2fdc18d2e08e76fa58813e99614590668ba9a /libpeas
parentbd74d23e51a2e3cd22c46c393c2fdfb09a9b17c8 (diff)
downloadcontrib-380c4062117f7fd229ed6c194601c66231346134.tar.gz
contrib-380c4062117f7fd229ed6c194601c66231346134.tar.xz
libpeas: 1.30.0 -> 1.32.0
Diffstat (limited to 'libpeas')
-rw-r--r--libpeas/.footprint8
-rw-r--r--libpeas/.signature8
-rw-r--r--libpeas/Pkgfile7
3 files changed, 13 insertions, 10 deletions
diff --git a/libpeas/.footprint b/libpeas/.footprint
index 4b012e167..84b872ec6 100644
--- a/libpeas/.footprint
+++ b/libpeas/.footprint
@@ -26,14 +26,14 @@ drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/Peas-1.0.typelib
-rw-r--r-- root/root usr/lib/girepository-1.0/PeasGtk-1.0.typelib
lrwxrwxrwx root/root usr/lib/libpeas-1.0.so -> libpeas-1.0.so.0
-lrwxrwxrwx root/root usr/lib/libpeas-1.0.so.0 -> libpeas-1.0.so.0.3000.0
--rwxr-xr-x root/root usr/lib/libpeas-1.0.so.0.3000.0
+lrwxrwxrwx root/root usr/lib/libpeas-1.0.so.0 -> libpeas-1.0.so.0.3200.0
+-rwxr-xr-x root/root usr/lib/libpeas-1.0.so.0.3200.0
drwxr-xr-x root/root usr/lib/libpeas-1.0/
drwxr-xr-x root/root usr/lib/libpeas-1.0/loaders/
-rwxr-xr-x root/root usr/lib/libpeas-1.0/loaders/libpython3loader.so
lrwxrwxrwx root/root usr/lib/libpeas-gtk-1.0.so -> libpeas-gtk-1.0.so.0
-lrwxrwxrwx root/root usr/lib/libpeas-gtk-1.0.so.0 -> libpeas-gtk-1.0.so.0.3000.0
--rwxr-xr-x root/root usr/lib/libpeas-gtk-1.0.so.0.3000.0
+lrwxrwxrwx root/root usr/lib/libpeas-gtk-1.0.so.0 -> libpeas-gtk-1.0.so.0.3200.0
+-rwxr-xr-x root/root usr/lib/libpeas-gtk-1.0.so.0.3200.0
drwxr-xr-x root/root usr/lib/peas-demo/
drwxr-xr-x root/root usr/lib/peas-demo/plugins/
drwxr-xr-x root/root usr/lib/peas-demo/plugins/helloworld/
diff --git a/libpeas/.signature b/libpeas/.signature
index 361bc1809..c56a9d183 100644
--- a/libpeas/.signature
+++ b/libpeas/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32OrPBHegGpF5o62nSzm63gvbKUf/6FV8NiV2rjoha84ZLVFYOAEe2qTWmp54M9y5GSIy4GfFm2AIpcTkTqc1AI=
-SHA256 (Pkgfile) = 1d8b4eec0b7ac7ddf5a17eff7c299e1940cd9d13f08b7548353443a285abd2fe
-SHA256 (.footprint) = 7b2fa35ffda40c4d92a60f6c306eee779a1f036bd3c35fa6ae7f32e6198bca89
-SHA256 (libpeas-1.30.0.tar.xz) = 0bf5562e9bfc0382a9dcb81f64340787542568762a3a367d9d90f6185898b9a3
+RWSagIOpLGJF3y1FEp0RVJbUS6J2u6zFrnDrr/ph8WNyB6ZfFTAJs660gGhnSHytttY+zNh9sGkZc7Qt3BWKOuq4MLLa6tVhIgA=
+SHA256 (Pkgfile) = 3761ab00183e69bf01108ec4f31a398aa5d89d593dae502b57472a9c4ef679ce
+SHA256 (.footprint) = 9683ea0add08a37e74f39f84014ba263207aa785bea71c4a2bf62704fc4622b5
+SHA256 (libpeas-1.32.0.tar.xz) = d625520fa02e8977029b246ae439bc218968965f1e82d612208b713f1dcc3d0e
diff --git a/libpeas/Pkgfile b/libpeas/Pkgfile
index cf6eb2384..d6e35da84 100644
--- a/libpeas/Pkgfile
+++ b/libpeas/Pkgfile
@@ -4,14 +4,17 @@
# Depends on: gtk3 python3-gobject vala
name=libpeas
-version=1.30.0
+version=1.32.0
release=1
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
- --buildtype=plain
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

Generated by cgit