Skip to content

Commit

Permalink
main/libnma: remove file conflicting with contrib/network-manager-applet
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed May 8, 2024
1 parent e1f14d4 commit 4a85aa5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion main/libnma/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libnma"
pkgver = "1.10.6"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Dgtk_doc=false",
Expand Down Expand Up @@ -32,6 +32,15 @@
options = ["!cross"]


def post_install(self):
# Conflicts with contrib/network-manager-applet
# See https://gitlab.gnome.org/GNOME/network-manager-applet/-/commit/574fdd97ae38b89f6d3d1a1c3fbfd63754b25df2
self.rm(
self.destdir
/ "usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml"
)


@subpackage("libnma-devel")
def _devel(self):
return self.default_devel()

0 comments on commit 4a85aa5

Please sign in to comment.