ports/contrib (3.5): [notify] libpeas: 1.24.1 -> 1.26.0 dependencices changed, dropped: gtk added: python3-gobject
commit ac9f6f92d9f8955e8c39eec65e4dce6cd91de4bd Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun May 31 18:47:25 2020 +1000 [notify] libpeas: 1.24.1 -> 1.26.0 dependencices changed, dropped: gtk added: python3-gobject diff --git a/libpeas/.footprint b/libpeas/.footprint index 0faf162b7..feddf3f12 100644 --- a/libpeas/.footprint +++ b/libpeas/.footprint @@ -26,16 +26,22 @@ 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.2400.1 --rwxr-xr-x root/root usr/lib/libpeas-1.0.so.0.2400.1 +lrwxrwxrwx root/root usr/lib/libpeas-1.0.so.0 -> libpeas-1.0.so.0.2600.0 +-rwxr-xr-x root/root usr/lib/libpeas-1.0.so.0.2600.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.2400.1 --rwxr-xr-x root/root usr/lib/libpeas-gtk-1.0.so.0.2400.1 +lrwxrwxrwx root/root usr/lib/libpeas-gtk-1.0.so.0 -> libpeas-gtk-1.0.so.0.2600.0 +-rwxr-xr-x root/root usr/lib/libpeas-gtk-1.0.so.0.2600.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/ -rw-r--r-- root/root usr/lib/peas-demo/plugins/helloworld/helloworld.plugin -rwxr-xr-x root/root usr/lib/peas-demo/plugins/helloworld/libhelloworld.so +drwxr-xr-x root/root usr/lib/peas-demo/plugins/pythonhello/ +-rw-r--r-- root/root usr/lib/peas-demo/plugins/pythonhello/pythonhello.plugin +-rw-r--r-- root/root usr/lib/peas-demo/plugins/pythonhello/pythonhello.py drwxr-xr-x root/root usr/lib/peas-demo/plugins/secondtime/ -rwxr-xr-x root/root usr/lib/peas-demo/plugins/secondtime/libsecondtime.so -rw-r--r-- root/root usr/lib/peas-demo/plugins/secondtime/secondtime.plugin diff --git a/libpeas/.signature b/libpeas/.signature index a2a758225..9269d3c5a 100644 --- a/libpeas/.signature +++ b/libpeas/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+ubavnP21o7HVGGeXDgv6i6MpM0n63Y0C4P6VulJlfTvkHmGsoGU/cbbhl5MA91ES7SA6Wv/TxZWUQaW29/Eg0= -SHA256 (Pkgfile) = fa8e740291c1fa236f597d17d42a6e7d9b13acc1fb817a0f191b4d24f0824683 -SHA256 (.footprint) = 1dd3e02fa923578434253f58a4405368e9d25a43f5e50039c99277d004488362 -SHA256 (libpeas-1.24.1.tar.xz) = 9c3acf7a567cbb4f8bf62b096e013f12c3911cc850c3fa9900cbd5aa4f6ec284 +RWSagIOpLGJF37MZ0s9nyhBlCHDbwen9ogve4CxgtqH9dt9smIdZjW1I7dN7eNHy8bSONPx/+5PCJ1foKyrgDctVb7Ry5lAUEAU= +SHA256 (Pkgfile) = b7bee5c43a936f839e5269069793304c7cfd74ad399fd60a3c0f456f2f6bd3c8 +SHA256 (.footprint) = f47ca3a027f543948fb0170541c7bb26e64f78adf2e4afe0f5eb8b8063027429 +SHA256 (libpeas-1.26.0.tar.xz) = a976d77e20496479a8e955e6a38fb0e5c5de89cf64d9f44e75c2213ee14f7376 diff --git a/libpeas/Pkgfile b/libpeas/Pkgfile index b81ed4b27..e6a79c77e 100644 --- a/libpeas/Pkgfile +++ b/libpeas/Pkgfile @@ -1,17 +1,15 @@ # Description: A gobject-based plugin engine. # URL: https://wiki.gnome.org/Projects/Libpeas # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: gtk gtk3 vala +# Depends on: gtk3 python3-gobject vala name=libpeas -version=1.24.1 +version=1.26.0 release=1 source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build() { - cd $name-$version - - meson build --prefix=/usr + meson build $name-$version --prefix=/usr ninja -C build -j ${JOBS:-1} DESTDIR=$PKG ninja -C build install
participants (1)
-
crux@crux.nu