libpeas: 1.24.0 -> 1.24.1
This commit is contained in:
parent
7e22c873a2
commit
8bf3b33cf2
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libpeas";
|
pname = "libpeas";
|
||||||
version = "1.24.0";
|
version = "1.24.1";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1yg6r0srz3knhgvplprl3pikrq5c02dmdxgfwcynd6hjih9h16hb";
|
sha256 = "1162dr7smmfb02czmhshr0f93hqj7w0nw29bys5lzfvwarxcyflw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig meson ninja gettext gobject-introspection ];
|
nativeBuildInputs = [ pkgconfig meson ninja gettext gobject-introspection ];
|
||||||
@ -20,10 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
gobject-introspection
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
|
||||||
./fix-libpeas-gtk-pc.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = pname;
|
packageName = pname;
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
diff --git a/libpeas-gtk/meson.build b/libpeas-gtk/meson.build
|
|
||||||
index bf590de..00def42 100644
|
|
||||||
--- a/libpeas-gtk/meson.build
|
|
||||||
+++ b/libpeas-gtk/meson.build
|
|
||||||
@@ -111,10 +111,17 @@ libpeas_gtk_test_dep = declare_dependency(
|
|
||||||
sources: libpeas_gtk_dep_sources,
|
|
||||||
)
|
|
||||||
|
|
||||||
+libpeas_gtk_pc_reqs = [
|
|
||||||
+ glib_dep,
|
|
||||||
+ gtk_dep,
|
|
||||||
+ package_string + ' >= @0@'.format(version)
|
|
||||||
+]
|
|
||||||
+
|
|
||||||
libpeas_gtk_pc = pkg.generate(
|
|
||||||
libpeas_gtk_sha,
|
|
||||||
name: package_gtk_string,
|
|
||||||
description: 'GObject plugins library widgetery',
|
|
||||||
+ requires: libpeas_gtk_pc_reqs,
|
|
||||||
subdirs: package_string,
|
|
||||||
install_dir: pkgconfigdir,
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user